Package ghidra.app.util.viewer.field
Class FieldStringInfo
java.lang.Object
ghidra.app.util.viewer.field.FieldStringInfo
A simple data container class that contains a part string that is part of a parent string with the
index of the part string into the parent string.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe string that exists within the parent string.int
The offset of the part string into the parent stringThe string that contains the field stringtoString()
-
Constructor Details
-
FieldStringInfo
- Parameters:
parentString
- The parent stringfieldString
- The part string that exists within the parentoffset
- the offset of the part string into the parent
-
-
Method Details
-
getOffset
public int getOffset()The offset of the part string into the parent string- Returns:
- The offset of the part string into the parent string
-
getParentString
The string that contains the field string- Returns:
- The string that contains the field string
-
getFieldString
The string that exists within the parent string.- Returns:
- The string that exists within the parent string.
-
toString
-