Uses of Interface
org.eolang.opeo.Instruction
-
Packages that use Instruction Package Description org.eolang.opeo Package with opeo high-level classes.org.eolang.opeo.jeo All the classes related to jeo maven plugin.org.eolang.opeo.vmachine Provides the classes necessary to create a virtual machine for decompilation. -
-
Uses of Instruction in org.eolang.opeo
Classes in org.eolang.opeo that implement Instruction Modifier and Type Class Description class
OpcodeInstruction
Instruction that was created directly in Java code. -
Uses of Instruction in org.eolang.opeo.jeo
Classes in org.eolang.opeo.jeo that implement Instruction Modifier and Type Class Description class
JeoInstruction
Class that represents the instruction provided by jeo maven plugin.Methods in org.eolang.opeo.jeo that return Instruction Modifier and Type Method Description Instruction[]
JeoInstructions. instructions()
Parse instructions. -
Uses of Instruction in org.eolang.opeo.vmachine
Methods in org.eolang.opeo.vmachine with parameters of type Instruction Modifier and Type Method Description String
DecompilerMachine. decompile(Instruction... instructions)
Decompile instructions.Iterable<org.xembly.Directive>
DecompilerMachine. decompileToXmir(Instruction... instructions)
Decompile instructions into directives.
-