Property | Type | Description | |
---|---|---|---|
Expr | string |
Method | Description | |
---|---|---|
EmitCode ( StringBuilder outCode ) : void | ||
GetObjectData ( |
||
SimpleNode ( |
Creates a new node that calls a function with a constant number of inputs.
|
|
SimpleNode ( |
Method | Description | |
---|---|---|
MakeClone ( ) : |
Method | Description | |
---|---|---|
SimpleNode ( string expr, string name ) : System |
public EmitCode ( StringBuilder outCode ) : void | ||
outCode | StringBuilder | |
return | void |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public SimpleNode ( |
||
pos | ||
expr | string | /// An expression using the given inputs. /// NOTE: in the expression, an input should be surrounded by apostrophes /// to distinguish it from the rest of the code. /// |
name | string | |
return | System |
public SimpleNode ( |
||
info | ||
context | ||
return | System |