Uses of Class
org.eolang.opeo.decompilation.OperandStack
Packages that use OperandStack
Package
Description
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 OperandStackConstructors in org.eolang.opeo.decompilation with parameters of type OperandStackModifierConstructorDescriptionDecompilerState
(Deque<Opcode> opcodes, OperandStack stack, LocalVariables vars) Constructor.DecompilerState
(OperandStack ostack) Constructor.DecompilerState
(OperandStack operands, LocalVariables vars) Constructor.