Uses of Enum
org.teavm.ast.OperationType
Packages that use OperationType
-
Uses of OperationType in org.teavm.ast
Methods in org.teavm.ast that return OperationTypeModifier and TypeMethodDescriptionPrimitiveCastExpr.getSource()PrimitiveCastExpr.getTarget()BinaryExpr.getType()UnaryExpr.getType()static OperationTypeReturns the enum constant of this type with the specified name.static OperationType[]OperationType.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 OperationTypeModifier 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) voidPrimitiveCastExpr.setSource(OperationType source) voidPrimitiveCastExpr.setTarget(OperationType target) voidBinaryExpr.setType(OperationType type) voidUnaryExpr.setType(OperationType type) static ExprExpr.unary(UnaryOperation op, OperationType type, Expr arg) -
Uses of OperationType in org.teavm.backend.wasm.generate
Methods in org.teavm.backend.wasm.generate with parameters of type OperationType