Method | Description | |
---|---|---|
GetValue ( ) : AstNode |
Returns yielded expression,
|
|
SetValue ( AstNode expr ) : void |
Sets yielded expression, and sets its parent to this node. Sets yielded expression, and sets its parent to this node. |
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits this node, and if present, the yielded value. Visits this node, and if present, the yielded value. |
|
Yield ( ) : Rhino | ||
Yield ( int pos ) : Rhino | ||
Yield ( int pos, int len ) : Rhino | ||
Yield ( int pos, int len, AstNode value ) : Rhino |
public SetValue ( AstNode expr ) : void | ||
expr | AstNode |
/// the value to yield. Can be
/// null
/// .
/// |
return | void |
public Yield ( int pos, int len, AstNode value ) : Rhino | ||
pos | int | |
len | int | |
value | AstNode | |
return | Rhino |