Package ghidra.util
Class XmlProgramUtilities
java.lang.Object
ghidra.util.XmlProgramUtilities
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Address
parseAddress
(AddressFactory factory, String addrString) Parses the address string.static String
Creates a string representation of the specifed address.
-
Constructor Details
-
XmlProgramUtilities
public XmlProgramUtilities()
-
-
Method Details
-
toString
Creates a string representation of the specifed address.- Parameters:
addr
- the address to convert to a string- Returns:
- the string representation of the address
-
parseAddress
Parses the address string.- Parameters:
factory
- the address factoryaddrString
- the address string to parse- Returns:
- the parsed address, or null
-