Uses of Class
org.teavm.ast.OperationType
-
Packages that use OperationType Package Description org.teavm.ast org.teavm.backend.wasm.generate -
-
Uses of OperationType in org.teavm.ast
Methods in org.teavm.ast that return OperationType Modifier and Type Method Description OperationTypePrimitiveCastExpr. getSource()OperationTypePrimitiveCastExpr. getTarget()OperationTypeBinaryExpr. getType()OperationTypeUnaryExpr. getType()static OperationTypeOperationType. valueOf(String name)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 OperationType 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)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 Modifier and Type Method Description static WasmTypeWasmGeneratorUtil. mapType(OperationType type)
-