| Package | Description |
|---|---|
| com.google.gwt.dev.js.ast |
| Modifier and Type | Method and Description |
|---|---|
JsBinaryOperator |
JsBinaryOperation.getOperator() |
static JsBinaryOperator |
JsBinaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsBinaryOperator[] |
JsBinaryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JsBinaryOperation(SourceInfo sourceInfo,
JsBinaryOperator op) |
JsBinaryOperation(SourceInfo sourceInfo,
JsBinaryOperator op,
JsExpression arg1,
JsExpression arg2) |
Copyright © 2018. All rights reserved.