Method | Description | |
---|---|---|
EmptyExpression ( ) : Rhino | ||
EmptyExpression ( int pos ) : Rhino | ||
EmptyExpression ( int pos, int len ) : Rhino | ||
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits this node. Visits this node. There are no children. |
public EmptyExpression ( int pos, int len ) : Rhino | ||
pos | int | |
len | int | |
return | Rhino |