Uses of Class
org.teavm.ast.BinaryOperation
-
Packages that use BinaryOperation Package Description org.teavm.ast -
-
Uses of BinaryOperation in org.teavm.ast
Methods in org.teavm.ast that return BinaryOperation Modifier and Type Method Description BinaryOperationBinaryExpr. getOperation()static BinaryOperationBinaryOperation. 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.Methods in org.teavm.ast with parameters of type BinaryOperation Modifier and Type Method Description static 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)
-