Method | Description | |
---|---|---|
GetExpression ( ) : AstNode |
Returns index expression: the 'expr' in
|
|
GetLb ( ) : int |
Returns left bracket position, or -1 if missing. Returns left bracket position, or -1 if missing. |
|
GetRb ( ) : int |
Returns left bracket position, or -1 if missing. Returns left bracket position, or -1 if missing. |
|
SetBrackets ( int lb, int rb ) : void |
Sets both bracket positions. Sets both bracket positions. |
|
SetExpression ( AstNode expr ) : void |
Sets index expression, and sets its parent to this node. Sets index expression, and sets its parent to this node. |
|
SetLb ( int lb ) : void |
Sets left bracket position, or -1 if missing. Sets left bracket position, or -1 if missing. |
|
SetRb ( int rb ) : void |
Sets right bracket position, -1 if missing. Sets right bracket position, -1 if missing. |
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits this node, then the namespace if provided, then the index expression. Visits this node, then the namespace if provided, then the index expression. |
|
XmlElemRef ( ) : System.Text | ||
XmlElemRef ( int pos ) : System.Text | ||
XmlElemRef ( int pos, int len ) : System.Text |
public XmlElemRef ( int pos, int len ) : System.Text | ||
pos | int | |
len | int | |
return | System.Text |