Uses of Class
org.eolang.opeo.decompilation.LocalVariables
-
Packages that use LocalVariables Package Description org.eolang.opeo.decompilation 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 LocalVariables Constructor Description DecompilerMachine(LocalVariables locals, Map<String,Object> arguments)
Constructor.DecompilerState(Deque<Opcode> opcodes, OperandStack stack, LocalVariables vars)
Constructor.DecompilerState(LocalVariables vars)
Constructor.DecompilerState(OperandStack operands, LocalVariables vars)
Constructor.
-