Uses of Interface
org.eolang.opeo.Instruction
Packages that use Instruction
Package
Description
Package with opeo high-level classes.
Provides the classes necessary to create a virtual machine for decompilation.
All the classes related to jeo maven plugin.
-
Uses of Instruction in org.eolang.opeo
Classes in org.eolang.opeo that implement InstructionModifier and TypeClassDescriptionstatic final class
Not an operation instruction.final class
Label instruction.final class
Instruction that was created directly in Java code. -
Uses of Instruction in org.eolang.opeo.decompilation
Methods in org.eolang.opeo.decompilation that return InstructionModifier and TypeMethodDescriptionDecompilerState.instruction()
Retrieve current bytecode instruction.Methods in org.eolang.opeo.decompilation with parameters of type InstructionModifier and TypeMethodDescriptionIterable<org.xembly.Directive>
DecompilerMachine.decompile
(Instruction... instructions) Decompile instructions into directives. -
Uses of Instruction in org.eolang.opeo.jeo
Classes in org.eolang.opeo.jeo that implement InstructionModifier and TypeClassDescriptionfinal class
Class that represents the instruction provided by jeo maven plugin.final class
Class that represents the label provided by jeo maven plugin.Methods in org.eolang.opeo.jeo that return Instruction