Uses of Class
org.mozilla.javascript.ast.InfixExpression
-
Uses of InfixExpression in org.mozilla.javascript.ast
Modifier and TypeClassDescriptionclass
AST node representing the set of assignment operators such as=
,*=
and+=
.class
AST node for a single name:value entry in an Object literal.class
AST node for the '.' operator.class
AST node representing an E4Xfoo.(bar)
query expression.class
AST node for E4X ".@" and ".." expressions, such asfoo..bar
,foo..@bar
,@foo.@bar
, andfoo..@ns::*
.