Uses of Class
de.inetsoftware.jwebassembly.module.LocaleVariableManager
Packages that use LocaleVariableManager
-
Uses of LocaleVariableManager in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as LocaleVariableManagerModifier and TypeFieldDescriptionprivate final LocaleVariableManagerBranchManager.localVariablesprivate LocaleVariableManagerDupThis.localVariablesprivate LocaleVariableManagerWasmCallIndirectInstruction.localVariablesprivate final LocaleVariableManagerWasmCodeBuilder.localVariables(package private) final LocaleVariableManagerWasmLocalInstruction.localVariablesMethods in de.inetsoftware.jwebassembly.module that return LocaleVariableManagerModifier and TypeMethodDescription(package private) LocaleVariableManagerWasmCodeBuilder.getLocalVariables()Get the manager of local variablesMethods in de.inetsoftware.jwebassembly.module with parameters of type LocaleVariableManagerModifier and TypeMethodDescription(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 LocaleVariableManagerModifierConstructorDescriptionBranchManager(WasmOptions options, List<WasmInstruction> instructions, LocaleVariableManager localVariables) Create a branch manager.(package private)DupThis(WasmCallIndirectInstruction virtualCall, int tempVarSlot, LocaleVariableManager localVariables, int javaCodePos) Create a instance.(package private)WasmLoadStoreInstruction(VariableOperator op, int slot, LocaleVariableManager localVariables, int javaCodePos, int lineNumber) Create an instance of a load/store instruction(package private)WasmLocalInstruction(VariableOperator op, int idx, LocaleVariableManager localVariables, int javaCodePos, int lineNumber) Create an instance of a load/store instruction for a local variable.