Uses of Class
de.inetsoftware.jwebassembly.module.LocaleVariableManager
-
Packages that use LocaleVariableManager Package Description de.inetsoftware.jwebassembly.module -
-
Uses of LocaleVariableManager in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as LocaleVariableManager Modifier and Type Field Description private LocaleVariableManager
BranchManager. localVariables
private LocaleVariableManager
DupThis. localVariables
private LocaleVariableManager
WasmCallIndirectInstruction. localVariables
private LocaleVariableManager
WasmCodeBuilder. localVariables
(package private) LocaleVariableManager
WasmLocalInstruction. localVariables
Methods in de.inetsoftware.jwebassembly.module that return LocaleVariableManager Modifier and Type Method Description (package private) LocaleVariableManager
WasmCodeBuilder. getLocalVariables()
Get the manager of local variablesMethods in de.inetsoftware.jwebassembly.module with parameters of type LocaleVariableManager Modifier and Type Method Description (package private) void
WasmCallIndirectInstruction. setVariableSlotOfThis(int tempVarSlot, LocaleVariableManager localVariables)
Set the Java variable slot on which THIS can be found.Constructors in de.inetsoftware.jwebassembly.module with parameters of type LocaleVariableManager Constructor Description BranchManager(WasmOptions options, java.util.List<WasmInstruction> instructions, LocaleVariableManager localVariables)
Create a branch manager.DupThis(WasmCallIndirectInstruction virtualCall, int tempVarSlot, LocaleVariableManager localVariables, int javaCodePos)
Create a instance.WasmLoadStoreInstruction(VariableOperator op, int slot, LocaleVariableManager localVariables, int javaCodePos, int lineNumber)
Create an instance of a load/store instructionWasmLocalInstruction(VariableOperator op, int idx, LocaleVariableManager localVariables, int javaCodePos, int lineNumber)
Create an instance of a load/store instruction for a local variable.
-