Class XmlInstruction
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlInstruction
-
- All Implemented Interfaces:
XmlBytecodeEntry
public final class XmlInstruction extends Object implements XmlBytecodeEntry
Bytecode instruction from XML.- Since:
- 0.1
-
-
Method Detail
-
bytecode
public BytecodeInstruction bytecode()
Convert to bytecode.- Specified by:
bytecode
in interfaceXmlBytecodeEntry
- Returns:
- Bytecode instruction.
-
-