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 TypeClassDescriptionclassAST node for an E4X XML[expr]member-ref expression.classAST 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 TypeMethodDescriptionvoidXmlMemberGet.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 newXmlMemberGetnode.XmlMemberGet(AstNode target, XmlRef ref, int opPos)