Class CategoryRecord
java.lang.Object
ghidra.features.bsim.query.description.CategoryRecord
- All Implemented Interfaces:
Comparable<CategoryRecord>
A user-defined category associated with an executable
Specified by a -type- and then the particular -category- (within the type) that
the executable belongs to.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(CategoryRecord arg0) static booleanbooleangetType()static CategoryRecordrestoreXml(XmlPullParser parser) void
-
Constructor Details
-
CategoryRecord
-
-
Method Details
-
getType
-
getCategory
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<CategoryRecord>
-
saveXml
- Throws:
IOException
-
restoreXml
- Throws:
LSHException
-
enforceTypeCharacters
-