class |
BinaryExpression |
Represents a binary expression in the AST.
|
class |
BooleanExpression |
Represents a boolean value.
|
class |
CompositeNodes |
A node which contains other nodes .
|
class |
DoubleQuoteEnd |
Ends a block enclosed by double quotes
|
class |
DoubleQuoteStart |
Starts a block enclosed by double quotes
|
class |
LiteralExpression |
Represents literals in the AST.
|
class |
LogicalExpression |
Represents a logical expression in the AST
|
class |
NullExpression |
Represents a null expression.
|
class |
NumericExpression |
Represents a numeric value.
|
class |
SimpleFunctionEnd |
Ends a function
|
class |
SimpleFunctionExpression |
|
class |
SimpleFunctionStart |
Starts a function
|
class |
SingleQuoteEnd |
Ends a block enclosed by single quotes
|
class |
SingleQuoteStart |
Starts a block enclosed by single quotes
|
class |
UnaryExpression |
Represents an unary expression in the AST
|