| Package | Description |
|---|---|
| org.duelengine.duel.codedom |
| Modifier and Type | Method and Description |
|---|---|
CodeUnaryOperatorType |
CodeUnaryOperatorExpression.getOperator() |
static CodeUnaryOperatorType |
CodeUnaryOperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeUnaryOperatorType[] |
CodeUnaryOperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeUnaryOperatorExpression.setOperator(CodeUnaryOperatorType value) |
| Constructor and Description |
|---|
CodeUnaryOperatorExpression(CodeUnaryOperatorType op,
CodeExpression expr) |
Copyright © 2014. All rights reserved.