Class EquateSymbol

    • Constructor Detail

      • EquateSymbol

        public EquateSymbol​(long uniqueId,
                            java.lang.String nm,
                            long val,
                            HighFunction func,
                            Address addr,
                            long hash)
      • EquateSymbol

        public EquateSymbol​(long uniqueId,
                            int conv,
                            long val,
                            HighFunction func,
                            Address addr,
                            long hash)
    • Method Detail

      • getValue

        public long getValue()
      • getConvert

        public int getConvert()
      • saveXML

        public void saveXML​(java.lang.StringBuilder buf)
        Description copied from class: HighSymbol
        Save the symbol description as a tag to the XML stream. This does NOT save the mappings.
        Overrides:
        saveXML in class HighSymbol
        Parameters:
        buf - is the XML stream
      • convertName

        public static int convertName​(java.lang.String nm,
                                      long val)