Class Specification


  • public class Specification
    extends TreeNode
    The root node of the specification AST.
    • Constructor Detail

      • Specification

        public Specification​(Decoder decoder,
                             Disassembler disassembler)
        Constructs the specification node.
        Parameters:
        decoder - the decoder node
        disassembler - the disassembler node
    • Method Detail

      • getDecoder

        public Decoder getDecoder()
        Returns the instruction decoder node.
        Returns:
        the decoder
      • getDisassembler

        public Disassembler getDisassembler()
        Returns the disassembler node.
        Returns:
        the disassembler node
      • toString

        public java.lang.String toString()
        Returns a string representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string