Uses of Class
org.mozilla.javascript.ast.InfixExpression
-
Packages that use InfixExpression Package Description org.mozilla.javascript.ast -
-
Uses of InfixExpression in org.mozilla.javascript.ast
Subclasses of InfixExpression in org.mozilla.javascript.ast Modifier and Type Class Description classAssignmentAST node representing the set of assignment operators such as=,*=and+=.classObjectPropertyAST node for a single name:value entry in an Object literal.classPropertyGetAST node for the '.' operator.classXmlDotQueryAST node representing an E4Xfoo.(bar)query expression.classXmlMemberGetAST node for E4X ".@" and ".." expressions, such asfoo..bar,foo..@bar,@foo.@bar, andfoo..@ns::*.
-