| Package | Description |
|---|---|
| org.teavm.javascript.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 |
|---|---|
static Expr |
Expr.binary(BinaryOperation op,
Expr first,
Expr second) |
static Expr |
Expr.binary(BinaryOperation op,
Expr first,
Expr second,
NodeLocation loc) |
void |
BinaryExpr.setOperation(BinaryOperation operation) |
Copyright © 2015. All rights reserved.