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

Packages that use InfixExpression
org.mozilla.javascript.ast   
 

Uses of InfixExpression in org.mozilla.javascript.ast
 

Subclasses of InfixExpression in org.mozilla.javascript.ast
 class Assignment
          AST node representing the set of assignment operators such as =, *= and +=.
 class ObjectProperty
          AST node for a single name:value entry in an Object literal.
 class PropertyGet
          AST node for the '.' operator.
 class XmlDotQuery
          AST node representing an E4X foo.(bar) query expression.
 class XmlMemberGet
          AST node for E4X ".@" and ".." expressions, such as foo..bar, foo..@bar, @foo.@bar, and foo..@ns::*.
 



Copyright © 2013. All Rights Reserved.