Method | Description | |
---|---|---|
SetCorrectColumn ( List |
Moves column index back only if variable is not an expression.
|
|
Variable ( ProtoCore.AST.AssociativeAST.IdentifierNode identNode ) : System |
Creates Variable
|
|
Variable ( string name, int line ) : System |
Creates variable
|
Method | Description | |
---|---|---|
MoveColumnBack ( int line ) : void |
public static SetCorrectColumn ( List |
||
refVar | List |
list of variables |
type | statement type | |
line | int | line index |
return | void |
public Variable ( ProtoCore.AST.AssociativeAST.IdentifierNode identNode ) : System | ||
identNode | ProtoCore.AST.AssociativeAST.IdentifierNode | |
return | System |
public Variable ( string name, int line ) : System | ||
name | string | Name |
line | int | line |
return | System |