Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Local
-
Packages that use Local Package Description de.mirkosertic.bytecoder.core.backend.wasm de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of Local in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm with type parameters of type Local Modifier and Type Field Description private java.util.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.ast Modifier and Type Class Description classParamFields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as Local Modifier and Type Field Description private LocalGetLocal. localprivate LocalSetLocal. localprivate LocalTeeLocal. localFields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type Local Modifier and Type Field Description private java.util.List<Local>LocalIndex. localsMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Local Modifier and Type Method Description LocalExportableFunction. localByLabel(java.lang.String label)LocalLocalIndex. localByLabel(java.lang.String name)LocalExportableFunction. newLocal(java.lang.String label, WasmType type)Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type Local Modifier and Type Method Description java.util.List<Local>LocalIndex. localsExcludingParams()Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Local Modifier and Type Method Description voidLocalIndex. add(Local local)static GetLocalConstExpressions. getLocal(Local local)intLocalIndex. indexOf(Local local)voidExpressions. setLocal(Local local, WasmValue value)static TeeLocalConstExpressions. teeLocal(Local local)static TeeLocalConstExpressions. teeLocal(Local local, WasmValue value)Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Local Constructor Description GetLocal(Local local)SetLocal(Local local, WasmValue value)TeeLocal(Local local, WasmValue value)
-