Uses of Class
org.mozilla.javascript.ast.XmlRef

Packages that use XmlRef
org.mozilla.javascript.ast   
 

Uses of XmlRef in org.mozilla.javascript.ast
 

Subclasses of XmlRef in org.mozilla.javascript.ast
 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
 XmlRef XmlMemberGet.getMemberRef()
          Returns the right-side XML member ref expression.
 

Methods in org.mozilla.javascript.ast with parameters of type XmlRef
 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
XmlMemberGet(AstNode target, XmlRef ref)
          Constructs a new XmlMemberGet node.
XmlMemberGet(AstNode target, XmlRef ref, int opPos)
           
XmlMemberGet(int pos, int len, AstNode target, XmlRef ref)
           
 



Copyright © 2013. All Rights Reserved.