StatementNode

a node representing statements, including: if, while, function-call..

Constructors

this
this(T newNode)

constructor

Members

Enums

Type
enum Type

types of a statement

Properties

lineno
uinteger lineno [@property getter]
uinteger lineno [@property setter]
node
T node [@property setter]

modifies the stored node

node
auto ref node [@property getter]

returns the stored type

type
StatementNode.Type type [@property getter]

returns the type of the stored node

Meta