Uses of Enum
org.teavm.backend.wasm.model.WasmType
Packages that use WasmType
Package
Description
-
Uses of WasmType in org.teavm.backend.wasm.generate
Methods in org.teavm.backend.wasm.generate that return WasmTypeModifier and TypeMethodDescriptionstatic WasmTypeWasmGeneratorUtil.mapType(OperationType type) static WasmTypeWasmGeneratorUtil.mapType(VariableType type) static WasmType -
Uses of WasmType in org.teavm.backend.wasm.intrinsics
Methods in org.teavm.backend.wasm.intrinsics with parameters of type WasmType -
Uses of WasmType in org.teavm.backend.wasm.model
Methods in org.teavm.backend.wasm.model that return WasmTypeModifier and TypeMethodDescriptionWasmFunction.getResult()WasmLocal.getType()static WasmTypeReturns the enum constant of this type with the specified name.static WasmType[]WasmType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.backend.wasm.model that return types with arguments of type WasmTypeMethods in org.teavm.backend.wasm.model with parameters of type WasmTypeModifier and TypeMethodDescriptionvoidvoidConstructors in org.teavm.backend.wasm.model with parameters of type WasmType -
Uses of WasmType in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmTypeModifier and TypeMethodDescriptionWasmIndirectCall.getReturnType()WasmConversion.getSourceType()WasmConversion.getTargetType()WasmBlock.getType()WasmConditional.getType()Methods in org.teavm.backend.wasm.model.expression that return types with arguments of type WasmTypeMethods in org.teavm.backend.wasm.model.expression with parameters of type WasmTypeModifier and TypeMethodDescriptionvoidWasmIndirectCall.setReturnType(WasmType returnType) voidWasmConversion.setSourceType(WasmType sourceType) voidWasmConversion.setTargetType(WasmType targetType) voidvoidConstructors in org.teavm.backend.wasm.model.expression with parameters of type WasmTypeModifierConstructorDescriptionWasmConversion(WasmType sourceType, WasmType targetType, boolean signed, WasmExpression operand) -
Uses of WasmType in org.teavm.backend.wasm.render
Methods in org.teavm.backend.wasm.render that return WasmTypeMethods in org.teavm.backend.wasm.render with parameters of type WasmTypeModifier and TypeMethodDescriptionvoidWasmBinaryWriter.writeType(WasmType type, WasmBinaryVersion version)