SOperatorNode

stores an operator with single operand (like ! and @)

Members

Properties

isLiteral
bool isLiteral [@property getter]
operand
CodeNode operand [@property setter]

the operand

operand
CodeNode operand [@property getter]

the operand

Variables

lineno
uinteger lineno;

the line number (starts from 1) from which this node begins, or ends

operator
string operator;

the operator string

returnType
DataType returnType;

stores the return type. Only stored after ASTCheck has checked it

Meta