Uses of Enum
org.teavm.ast.BinaryOperation
Packages that use BinaryOperation
-
Uses of BinaryOperation in org.teavm.ast
Methods in org.teavm.ast that return BinaryOperationModifier and TypeMethodDescriptionBinaryExpr.getOperation()
static BinaryOperation
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.Methods in org.teavm.ast with parameters of type BinaryOperationModifier and TypeMethodDescriptionstatic Expr
Expr.binary(BinaryOperation op, OperationType type, Expr first, Expr second)
static Expr
Expr.binary(BinaryOperation op, OperationType type, Expr first, Expr second, TextLocation loc)
void
BinaryExpr.setOperation(BinaryOperation operation)