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