Uses of Class
org.eolang.opeo.decompilation.OperandStack
-
Packages that use OperandStack Package Description org.eolang.opeo.decompilation Provides the classes necessary to create a virtual machine for decompilation. -
-
Uses of OperandStack in org.eolang.opeo.decompilation
Methods in org.eolang.opeo.decompilation that return OperandStack Modifier and Type Method Description OperandStack
DecompilerState. stack()
Retrieve current stack.Constructors in org.eolang.opeo.decompilation with parameters of type OperandStack Constructor Description DecompilerState(Deque<Opcode> opcodes, OperandStack stack, LocalVariables vars)
Constructor.DecompilerState(OperandStack ostack)
Constructor.DecompilerState(OperandStack operands, LocalVariables vars)
Constructor.
-