Uses of Class
org.eolang.opeo.ast.Opcode
Packages that use Opcode
Package
Description
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 OpcodeModifier and TypeMethodDescriptionDecompilerState.current()
Retrieve current bytecode instruction.Constructor parameters in org.eolang.opeo.decompilation with type arguments of type OpcodeModifierConstructorDescriptionDecompilerState
(Deque<Opcode> opcodes, OperandStack stack, LocalVariables vars) Constructor.