Package ghidra.app.util.datatype
Class DataTypeIdUrl
- java.lang.Object
-
- ghidra.app.util.datatype.DataTypeIdUrl
-
public class DataTypeIdUrl extends java.lang.ObjectA class to produce and parse URLs of the form:datatype:/12345678/12345678where the first number is the ID of theDataTypeManagerand the second number is theDataTypeID.
-
-
Constructor Summary
Constructors Constructor Description DataTypeIdUrl(DataType dt)DataTypeIdUrl(java.lang.String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UniversalIDgetDataTypeId()UniversalIDgetDataTypeManagerId()java.lang.StringtoString()
-
-
-
Constructor Detail
-
DataTypeIdUrl
public DataTypeIdUrl(DataType dt)
-
DataTypeIdUrl
public DataTypeIdUrl(java.lang.String url)
-
-
Method Detail
-
getDataTypeManagerId
public UniversalID getDataTypeManagerId()
-
getDataTypeId
public UniversalID getDataTypeId()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-