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 BinaryOperationReturns 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 ExprExpr.binary(BinaryOperation op, OperationType type, Expr first, Expr second) static ExprExpr.binary(BinaryOperation op, OperationType type, Expr first, Expr second, TextLocation loc) voidBinaryExpr.setOperation(BinaryOperation operation)