Uses of Class
org.mozilla.javascript.ast.XmlRef
-
Uses of XmlRef in org.mozilla.javascript.ast
Modifier and TypeClassDescriptionclass
AST node for an E4X XML[expr]
member-ref expression.class
AST node for an E4X XML[expr]
property-ref expression.Modifier and TypeMethodDescriptionXmlMemberGet.getMemberRef()
Returns the right-side XML member ref expression.Modifier and TypeMethodDescriptionvoid
XmlMemberGet.setProperty
(XmlRef ref) Sets the XML member-ref expression, and sets its parent to this node.ModifierConstructorDescriptionXmlMemberGet
(int pos, int len, AstNode target, XmlRef ref) XmlMemberGet
(AstNode target, XmlRef ref) Constructs a newXmlMemberGet
node.XmlMemberGet
(AstNode target, XmlRef ref, int opPos)