Uses of Enum
org.teavm.backend.wasm.model.expression.WasmIntType
Packages that use WasmIntType
-
Uses of WasmIntType in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmIntTypeModifier and TypeMethodDescriptionWasmIntBinary.getType()
WasmIntUnary.getType()
static WasmIntType
Returns the enum constant of this type with the specified name.static WasmIntType[]
WasmIntType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.backend.wasm.model.expression with parameters of type WasmIntTypeModifier and TypeMethodDescriptionvoid
WasmIntBinary.setType(WasmIntType type)
void
WasmIntUnary.setType(WasmIntType type)
Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmIntTypeModifierConstructorDescriptionWasmIntBinary(WasmIntType type, WasmIntBinaryOperation operation, WasmExpression first, WasmExpression second)
WasmIntUnary(WasmIntType type, WasmIntUnaryOperation operation, WasmExpression operand)