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 OperationType
Returns 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 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
PrimitiveCastExpr.setSource(OperationType source)
void
PrimitiveCastExpr.setTarget(OperationType target)
void
BinaryExpr.setType(OperationType type)
void
UnaryExpr.setType(OperationType type)
static Expr
Expr.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