Constructor
new ExpressionNode( snippet : string, nodeType : string )
Constructs a new expression node.
snippet |
The native code snippet. |
nodeType |
The node type. |
Properties
.snippet : string
The native code snippet.
Default is ''.