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