Package | Description |
---|---|
com.google.gwt.dev.jjs.ast |
Modifier and Type | Method and Description |
---|---|
JBinaryOperator |
JBinaryOperator.getNonAssignmentOf() |
JBinaryOperator |
JBinaryOperation.getOp() |
static JBinaryOperator |
JBinaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JBinaryOperator[] |
JBinaryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JBinaryOperation(SourceInfo info,
JType type,
JBinaryOperator op,
JExpression lhs,
JExpression rhs) |
Copyright © 2018. All rights reserved.