Uses of Class
org.mozilla.javascript.ast.XmlRef
-
Packages that use XmlRef Package Description org.mozilla.javascript.ast -
-
Uses of XmlRef in org.mozilla.javascript.ast
Subclasses of XmlRef in org.mozilla.javascript.ast Modifier and Type Class Description class
XmlElemRef
AST node for an E4X XML[expr]
member-ref expression.class
XmlPropRef
AST node for an E4X XML[expr]
property-ref expression.Methods in org.mozilla.javascript.ast that return XmlRef Modifier and Type Method Description XmlRef
XmlMemberGet. getMemberRef()
Returns the right-side XML member ref expression.Methods in org.mozilla.javascript.ast with parameters of type XmlRef Modifier and Type Method Description void
XmlMemberGet. setProperty(XmlRef ref)
Sets the XML member-ref expression, and sets its parent to this node.Constructors in org.mozilla.javascript.ast with parameters of type XmlRef Constructor Description XmlMemberGet(int pos, int len, AstNode target, XmlRef ref)
XmlMemberGet(AstNode target, XmlRef ref)
Constructs a newXmlMemberGet
node.XmlMemberGet(AstNode target, XmlRef ref, int opPos)
-