Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Module
Packages that use Module
Package
Description
-
Uses of Module in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm declared as ModuleModifier and TypeFieldDescriptionprivate final ModuleWasmStructuredControlflowCodeGenerator.moduleMethods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type ModuleModifier and TypeMethodDescriptionstatic WasmValueWasmStructuredControlflowCodeGenerator.createNewInstanceOf(org.objectweb.asm.Type instanceType, Module module, CompileUnit compileUnit, Map<ResolvedClass, StructType> objectTypeMappings, Map<ResolvedClass, StructType> rtMappings, WasmValue externRef, FunctionIndex functionIndex) static ExportableFunctionWasmHelpers.createVTableResolver(Module module, ResolvedClass resolvedClass, VTable vTable) static ExportableFunctionConstructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type ModuleModifierConstructorDescriptionWasmStructuredControlflowCodeGenerator(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 Module in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as ModuleModifier and TypeFieldDescriptionprivate final ModuleFunction.moduleprivate final ModuleModuleSection.moduleMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return ModuleModifier and TypeMethodDescriptionprotected ModuleFunction.getModule()ModuleSection.getModule()Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type ModuleModifier and TypeMethodDescriptionvoidExporter.export(Module module, OutputStream binaryOutput) voidExporter.export(Module module, PrintWriter pw) voidExportableFunction.writeTo(TextWriter textWriter, Module aModule, WasmValue.ExportContext exportContext) voidFunction.writeTo(TextWriter textWriter, Module aModule, WasmValue.ExportContext exportContext) voidImportable.writeTo(TextWriter textWriter, Module aModule, WasmValue.ExportContext exportContext) Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type ModuleModifierConstructorDescription(package private)CustomSection(Module module) (package private)DataSection(Module module) (package private)ElementSection(Module aModule) (package private)ExportableFunction(Module aModule, FunctionType functionType, String label) (package private)ExportableFunction(Module aModule, FunctionType functionType, String label, WasmType result) (package private)ExportableFunction(Module aModule, FunctionType functionType, String label, List<Param> params) (package private)ExportableFunction(Module aModule, FunctionType functionType, String label, List<Param> params, WasmType result) (package private)ExportsSection(Module aModule) (package private)Function(Module aModule, FunctionType functionType, String label, WasmType result) (package private)(package private)Function(Module aModule, FunctionType functionType, String label, List<Param> params, WasmType result) (package private)FunctionsSection(Module aModule) (package private)GlobalsSection(Module aModule) (package private)ImportsSection(Module aModule) (package private)MemorySection(Module aModule) ModuleSection(Module module) NameSection(Module module) (package private)SourceMapSection(Module module, String fileName) (package private)StartSection(Module module) (package private)TablesSection(Module aModule) TagSection(Module module) (package private)TypesSection(Module aModule)