Class XmlInstruction


  • public final class XmlInstruction
    extends Object
    Bytecode instruction from XML.
    Since:
    0.1
    • Constructor Detail

      • XmlInstruction

        public XmlInstruction​(Node node)
        Constructor.
        Parameters:
        node - Instruction node.
    • Method Detail

      • code

        public int code()
        Instruction code.
        Returns:
        Code.
      • arguments

        public Object[] arguments()
        Instruction arguments.
        Returns:
        Arguments.
      • node

        public Node node()
        XML node.
        Returns:
        XML node.