Uses of Interface
de.mirkosertic.bytecoder.core.backend.wasm.ast.WasmType
Packages that use WasmType
Package
Description
-
Uses of WasmType in de.mirkosertic.bytecoder.core.backend.wasm
Constructor parameters in de.mirkosertic.bytecoder.core.backend.wasm with type arguments of type WasmTypeModifierConstructorDescriptionWasmStructuredControlflowCodeGenerator(CompileUnit compileUnit, Module module, Map<ResolvedClass, StructType> rtMappings, Map<ResolvedClass, StructType> objectTypeMappings, ExportableFunction exportableFunction, Function<org.objectweb.asm.Type, WasmType> typeConverter, Function<ResolvedMethod, FunctionType> functionTypeConverter, MethodToIDMapper methodToIDMapper, Graph graph, List<ResolvedClass> resolvedClasses, VTableResolver vTableResolver, GeneratedMethodsRegistry generatedMethodsRegistry, FunctionIndex functionIndex) -
Uses of WasmType in de.mirkosertic.bytecoder.core.backend.wasm.ast
Subinterfaces of WasmType in de.mirkosertic.bytecoder.core.backend.wasm.astClasses in de.mirkosertic.bytecoder.core.backend.wasm.ast that implement WasmTypeModifier and TypeClassDescriptionclassclassclassenumclassclassclassFields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as WasmTypeMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return WasmTypeModifier and TypeMethodDescriptionArrayType.getElementType()Function.getFunctionType()Function.getResultType()FunctionType.getResultType()Global.getType()Local.getType()StructType.Field.getType()Callable.resolveResultType(WasmValue.ExportContext context) Function.resolveResultType(WasmValue.ExportContext context) WeakFunctionReferenceCallable.resolveResultType(WasmValue.ExportContext context) Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type WasmTypeMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type WasmTypeModifier and TypeMethodDescriptionTypesSection.functionType(WasmType returnType) TypesSection.functionType(List<WasmType> arguments, WasmType returnType) static WasmValueImportsSection.importFunction(ImportReference importReference, String label, WasmType result) ImportsSection.importFunction(ImportReference importReference, String label, List<Param> parameter, WasmType result) intstatic WasmValuebooleanbooleanGlobalsSection.newConstantGlobal(String name, WasmType type, WasmValue initializer) FunctionsSection.newFunction(String label, WasmType result) FunctionsSection.newFunction(String label, List<Param> parameter, WasmType result) static WasmValueConstExpressions.array.newInstance(WasmType type, List<WasmValue> arguments) static WasmValueConstExpressions.array.newInstanceDefault(WasmType type, WasmValue length) GlobalsSection.newMutableGlobal(String name, WasmType type, WasmValue initializer) static Paramstatic PopvoidMethod parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type WasmTypeModifier and TypeMethodDescriptionTypesSection.functionType(List<WasmType> arguments) TypesSection.functionType(List<WasmType> arguments, WasmType returnType) booleanbooleanConstructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type WasmType