Package ghidra.program.util
Class InteriorSelection
java.lang.Object
ghidra.program.util.InteriorSelection
Specifies a selection that consists of components inside a structure.
-
Constructor Summary
ConstructorDescriptionInteriorSelection
(ProgramLocation from, ProgramLocation to, Address start, Address end) Construct a new interior selection. -
Method Summary
-
Constructor Details
-
InteriorSelection
Construct a new interior selection.- Parameters:
from
- start locationto
- end locationstart
- start addressend
- end address
-
-
Method Details
-
getFrom
Get the start location.- Returns:
- ProgramLocation
-
getTo
Get the end location.- Returns:
- ProgramLocation
-
getStartAddress
Get the start address of this selection.- Returns:
- Address
-
getEndAddress
Get the end address of this selection.- Returns:
- Address
-
getByteLength
public int getByteLength()Get the number of bytes contained in the selection.- Returns:
- int
-
hashCode
public int hashCode() -
equals
-
toString
-