Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Local
Packages that use Local
Package
Description
-
Uses of Local in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm with type parameters of type LocalModifier and TypeFieldDescriptionprivate final Map<AbstractVar, Local> WasmStructuredControlflowCodeGenerator.varLocalMap -
Uses of Local in de.mirkosertic.bytecoder.core.backend.wasm.ast
Subclasses of Local in de.mirkosertic.bytecoder.core.backend.wasm.astFields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as LocalModifier and TypeFieldDescriptionprivate final LocalGetLocal.localprivate final LocalSetLocal.localprivate final LocalTeeLocal.localFields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type LocalMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return LocalModifier and TypeMethodDescriptionExportableFunction.localByLabel(String label) LocalIndex.localByLabel(String name) Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type LocalMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type LocalConstructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Local