Uses of Class
org.eolang.opeo.decompilation.LocalVariables
Packages that use LocalVariables
Package
Description
Provides the classes necessary to create a virtual machine for decompilation.
-
Uses of LocalVariables in org.eolang.opeo.decompilation
Constructors in org.eolang.opeo.decompilation with parameters of type LocalVariablesModifierConstructorDescriptionDecompilerMachine
(LocalVariables locals, Map<String, Object> arguments) Constructor.DecompilerState
(Deque<Opcode> opcodes, OperandStack stack, LocalVariables vars) Constructor.Constructor.DecompilerState
(OperandStack operands, LocalVariables vars) Constructor.