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 GlobalGetGlobal. globalprivate GlobalSetGlobal. globalFields 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. globalsprivate java.util.List<Global>GlobalsSection. globalsMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Global Modifier and Type Method Description GlobalGlobalsIndex. globalByLabel(java.lang.String globalName)GlobalGlobalsSection. newConstantGlobal(java.lang.String name, WasmType type, WasmValue initializer)GlobalGlobalsSection. 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 voidGlobalsIndex. add(Global global)static GetGlobalConstExpressions. getGlobal(Global global)intGlobalsIndex. indexOf(Global global)voidExpressions. 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)
-