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