ArrayNode

stores array, for example, [0, 1, x, y] will be stored using this

Constructors

this
this(CodeNode[] elements)

constructor

Members

Properties

isLiteral
bool isLiteral [@property getter]
returnType
DataType returnType [@property getter]

the return type

returnType
DataType returnType [@property setter]

does nothing (besides existing)

Variables

elements
CodeNode[] elements;

stores the elements

lineno
uinteger lineno;

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

Meta