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 NEW

        public int getConvert()
      • restoreXML NEW

        public void restoreXML​(XmlPullParser parser)
                        throws PcodeXMLException
        Description copied from class: HighSymbol
        Restore this symbol object and its associated mappings from an XML description in the given stream.
        Overrides:
        restoreXML in class HighSymbol
        Parameters:
        parser - is the given XML stream
        Throws:
        PcodeXMLException - if the XML description is invalid
      • saveXML NEW

        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)