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 WasmIntTypeReturns 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 TypeMethodDescriptionvoidWasmIntBinary.setType(WasmIntType type) voidWasmIntUnary.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)