Class XmlInstruction
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlInstruction
-
public final class XmlInstruction extends Object
Bytecode instruction from XML.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description XmlInstruction(Node node)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
arguments()
Instruction arguments.int
code()
Instruction code.Node
node()
XML node.
-
-
-
Constructor Detail
-
XmlInstruction
public XmlInstruction(Node node)
Constructor.- Parameters:
node
- Instruction node.
-
-