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.ast Provides the classes necessary to create decompilation output.org.eolang.opeo.decompilation Provides the classes necessary to create a virtual machine for decompilation.org.eolang.opeo.jeo All the classes related to jeo maven plugin. -
-
Uses of Instruction in org.eolang.opeo
Classes in org.eolang.opeo that implement Instruction Modifier and Type Class Description static class
Instruction.Nop
Not an operation instruction.class
LabelInstruction
Label instruction.class
OpcodeInstruction
Instruction that was created directly in Java code. -
Uses of Instruction in org.eolang.opeo.ast
Constructors in org.eolang.opeo.ast with parameters of type Instruction Constructor Description Opcode(Instruction instruction)
-
Uses of Instruction in org.eolang.opeo.decompilation
Methods in org.eolang.opeo.decompilation with parameters of type Instruction Modifier and Type Method Description Iterable<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 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.
-