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 WasmType
WasmGeneratorUtil.mapType(OperationType type)
static WasmType
WasmGeneratorUtil.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 WasmType
Returns 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 TypeMethodDescriptionvoid
void
Constructors 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 TypeMethodDescriptionvoid
WasmIndirectCall.setReturnType(WasmType returnType)
void
WasmConversion.setSourceType(WasmType sourceType)
void
WasmConversion.setTargetType(WasmType targetType)
void
void
Constructors 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 TypeMethodDescriptionvoid
WasmBinaryWriter.writeType(WasmType type, WasmBinaryVersion version)