Method | Description | |
---|---|---|
GetExpression ( ) : AstNode |
Returns the expression embedded in {}
|
|
IsXmlAttribute ( ) : bool |
Returns whether this is part of an xml attribute value
|
|
SetExpression ( AstNode expression ) : void |
Sets the expression embedded in {}, and sets its parent to this node. Sets the expression embedded in {}, and sets its parent to this node. |
|
SetIsXmlAttribute ( bool isXmlAttribute ) : void |
Sets whether this is part of an xml attribute value
|
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits this node, then the child expression. Visits this node, then the child expression. |
|
XmlExpression ( ) : Rhino.Ast | ||
XmlExpression ( int pos ) : Rhino.Ast | ||
XmlExpression ( int pos, AstNode expr ) : Rhino.Ast | ||
XmlExpression ( int pos, int len ) : Rhino.Ast |
public SetExpression ( AstNode expression ) : void | ||
expression | AstNode | |
return | void |
public SetIsXmlAttribute ( bool isXmlAttribute ) : void | ||
isXmlAttribute | bool | |
return | void |
public XmlExpression ( int pos, AstNode expr ) : Rhino.Ast | ||
pos | int | |
expr | AstNode | |
return | Rhino.Ast |
public XmlExpression ( int pos, int len ) : Rhino.Ast | ||
pos | int | |
len | int | |
return | Rhino.Ast |