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