new VariableInfo(declaredScope, name, flags, tagInfo?): VariableInfoAttributes
declaredScope:
<ScopeInfo>name:
<string>
|
<undefined>flags:
<VariableInfoFlagsType>tagInfo:
<TagInfo>Returns:
<VariableInfo>Creates an instance of VariableInfo.
Attributes
isFree(): booleanReturns:
<boolean>Checks whether this variable info is free.
isTagged(): booleanReturns:
<boolean>Checks whether this variable info is tagged.
Type:
<0>
|
<1>
|
<2>
|
<4>