| Package | Description |
|---|---|
| org.teavm.flavour.expr.ast |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperation |
BinaryExpr.getOperation() |
static BinaryOperation |
BinaryOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperation[] |
BinaryOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryExpr.setOperation(BinaryOperation operation) |
| Constructor and Description |
|---|
BinaryExpr(Expr firstOperand,
Expr secondOperand,
BinaryOperation operation) |
Copyright © 2019. All rights reserved.