Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Global
-
Packages that use Global Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of Global in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as Global Modifier and Type Field Description private Global
GetGlobal. global
private Global
SetGlobal. global
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type Global Modifier and Type Field Description private java.util.List<Global>
GlobalsIndex. globals
private java.util.List<Global>
GlobalsSection. globals
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Global Modifier and Type Method Description Global
GlobalsIndex. globalByLabel(java.lang.String globalName)
Global
GlobalsSection. newConstantGlobal(java.lang.String name, WasmType type, WasmValue initializer)
Global
GlobalsSection. newMutableGlobal(java.lang.String name, WasmType type, WasmValue initializer)
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Global Modifier and Type Method Description void
GlobalsIndex. add(Global global)
static GetGlobal
ConstExpressions. getGlobal(Global global)
int
GlobalsIndex. indexOf(Global global)
void
Expressions. setGlobal(Global global, WasmValue value)
Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Global Constructor Description GetGlobal(Global global)
SetGlobal(Global global, WasmValue value)
-