Uses of Class
org.mozilla.javascript.ast.InfixExpression
-
Packages that use InfixExpression Package Description org.mozilla.javascript org.mozilla.javascript.ast -
-
Uses of InfixExpression in org.mozilla.javascript
Methods in org.mozilla.javascript with parameters of type InfixExpression Modifier and Type Method Description private Node
IRFactory. transformInfix(InfixExpression node)
-
Uses of InfixExpression in org.mozilla.javascript.ast
Subclasses of InfixExpression in org.mozilla.javascript.ast Modifier and Type Class Description 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 E4Xfoo.(bar)
query expression.class
XmlMemberGet
AST node for E4X ".@" and ".." expressions, such asfoo..bar
,foo..@bar
,@foo.@bar
, andfoo..@ns::*
.
-