Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Global
Packages that use Global
-
Uses of Global in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as GlobalModifier and TypeFieldDescriptionprivate final Global
GetGlobal.global
private final Global
SetGlobal.global
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type GlobalMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return GlobalModifier and TypeMethodDescriptionGlobalsIndex.globalByLabel
(String globalName) GlobalsSection.newConstantGlobal
(String name, WasmType type, WasmValue initializer) GlobalsSection.newMutableGlobal
(String name, WasmType type, WasmValue initializer) Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type GlobalConstructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Global