Class Format


  • public class Format
    extends TreeNode
    A node representing a textual instruction format (used in a disassembler).

    Consists of a format string and a list of values.

    • Constructor Detail

      • Format

        public Format​(java.lang.String formatString)
        Constructs the format node.
        Parameters:
        formatString - the format string
    • Method Detail

      • getFormatString

        public java.lang.String getFormatString()
        Returns the format string.
        Returns:
        the string
      • toString

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