Class InteriorSelection
java.lang.Object
ghidra.program.util.InteriorSelection
Specifies a selection that consists of components inside a structure.
-
Constructor Summary
ConstructorsConstructorDescriptionInteriorSelection(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
-
getTo
-
getStartAddress
-
getEndAddress
-
getByteLength
public int getByteLength()Get the number of bytes contained in the selection.- Returns:
- int
-
hashCode
-
equals
-
toString
-