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 LocaleVariableManagerBranchManager. localVariablesprivate LocaleVariableManagerDupThis. localVariablesprivate LocaleVariableManagerWasmCallIndirectInstruction. localVariablesprivate LocaleVariableManagerWasmCodeBuilder. localVariables(package private) LocaleVariableManagerWasmLocalInstruction. localVariablesMethods in de.inetsoftware.jwebassembly.module that return LocaleVariableManager Modifier and Type Method Description (package private) LocaleVariableManagerWasmCodeBuilder. getLocalVariables()Get the manager of local variablesMethods in de.inetsoftware.jwebassembly.module with parameters of type LocaleVariableManager Modifier and Type Method Description (package private) voidWasmCallIndirectInstruction. 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.
-