addedmethod:
asArray
java.lang.String[] asArray()
addedmethod:
asList
java.util.List<java.lang.String> asList()
addedmethod:
escapeString
static java.lang.String escapeString(java.lang.String nonEscapedString)
addedmethod:
unescapeString
static java.lang.String unescapeString(java.lang.String escapedString)
modifiedmethod:
compareTo
param 1 renamed: otherPath → other
- int compareTo(ghidra.program.model.data.CategoryPath otherPath)
+ int compareTo(ghidra.program.model.data.CategoryPath other)
modifiedmethod:
isAncestorOrSelf
param 1 renamed: categoryPath → candidateAncestorPath
- boolean isAncestorOrSelf(ghidra.program.model.data.CategoryPath categoryPath)
+ boolean isAncestorOrSelf(ghidra.program.model.data.CategoryPath candidateAncestorPath)