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