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 classNot an operation instruction.final classLabel instruction.final classInstruction 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 classClass that represents the instruction provided by jeo maven plugin.Methods in org.eolang.opeo.jeo that return Instruction