Package ghidra.program.model.gclass
Class ClassID
java.lang.Object
ghidra.program.model.gclass.ClassID
- All Implemented Interfaces:
Comparable<ClassID>
Unique ID of a Program Class Type. Not sure if there will be different implementation for
definition vs. compiled vs. program vs. debug.
-
Constructor Details
-
ClassID
Constructor- Parameters:
categoryPath
- the category path for the claasssymbolPath
- the symbol path for the class
-
-
Method Details
-
getCategoryPath
Returns the category path- Returns:
- the category path
-
getSymbolPath
Returns the symbol path- Returns:
- the symbol path
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ClassID>
-
hashCode
public int hashCode() -
equals
-