Uses of Class
org.mozilla.javascript.ast.XmlRef
Packages that use XmlRef
-
Uses of XmlRef in org.mozilla.javascript.ast
Subclasses of XmlRef in org.mozilla.javascript.astModifier and TypeClassDescriptionclass
AST node for an E4X XML[expr]
member-ref expression.class
AST node for an E4X XML[expr]
property-ref expression.Methods in org.mozilla.javascript.ast that return XmlRefModifier and TypeMethodDescriptionXmlMemberGet.getMemberRef()
Returns the right-side XML member ref expression.Methods in org.mozilla.javascript.ast with parameters of type XmlRefModifier and TypeMethodDescriptionvoid
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 XmlRefModifierConstructorDescriptionXmlMemberGet
(int pos, int len, AstNode target, XmlRef ref) XmlMemberGet
(AstNode target, XmlRef ref) Constructs a newXmlMemberGet
node.XmlMemberGet
(AstNode target, XmlRef ref, int opPos)