On this page

new VariableInfo(declaredScope, name, flags, tagInfo?): VariableInfo
Attributes
declaredScope:ScopeInfo
tagInfo:TagInfo
Returns:VariableInfo

Creates an instance of VariableInfo.

Attributes
declaredScope:ScopeInfo
name:string
tagInfo:TagInfo
isFree(): boolean
Returns:boolean

Checks whether this variable info is free.


isTagged(): boolean
Returns:boolean

Checks whether this variable info is tagged.

Type:0 | 1 | 2 | 4