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 LocaleVariableManager
BranchManager.localVariables
private LocaleVariableManager
DupThis.localVariables
private LocaleVariableManager
WasmCallIndirectInstruction.localVariables
private final LocaleVariableManager
WasmCodeBuilder.localVariables
(package private) final LocaleVariableManager
WasmLocalInstruction.localVariables
Methods in de.inetsoftware.jwebassembly.module that return LocaleVariableManagerModifier and TypeMethodDescription(package private) LocaleVariableManager
WasmCodeBuilder.getLocalVariables()
Get the manager of local variablesMethods in de.inetsoftware.jwebassembly.module with parameters of type LocaleVariableManagerModifier and TypeMethodDescription(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 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.