Uses of Class
org.teavm.backend.wasm.model.expression.WasmIntType
-
Packages that use WasmIntType Package Description org.teavm.backend.wasm.model.expression -
-
Uses of WasmIntType in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmIntType Modifier and Type Method Description WasmIntTypeWasmIntBinary. getType()WasmIntTypeWasmIntUnary. getType()static WasmIntTypeWasmIntType. valueOf(String name)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 WasmIntType Modifier and Type Method Description voidWasmIntBinary. setType(WasmIntType type)voidWasmIntUnary. setType(WasmIntType type)Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmIntType Constructor Description WasmIntBinary(WasmIntType type, WasmIntBinaryOperation operation, WasmExpression first, WasmExpression second)WasmIntUnary(WasmIntType type, WasmIntUnaryOperation operation, WasmExpression operand)
-