mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: Updating javadoc for DataTypeComponent.getLength() (Closes #6498)
This commit is contained in:
parent
d4f927ff07
commit
8b5f6daf4e
1 changed files with 3 additions and 3 deletions
|
@ -77,10 +77,10 @@ public interface DataTypeComponent {
|
||||||
public int getEndOffset();
|
public int getEndOffset();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the length of this component. Zero-length components will report a length of 0
|
* Get the length of this component in 8-bit bytes. Zero-length components will report a length
|
||||||
* and may overlap other components at the same offset. Similarly, multiple adjacent
|
* of 0 and may overlap other components at the same offset. Similarly, multiple adjacent
|
||||||
* bit-field components may appear to overlap at the byte-level.
|
* bit-field components may appear to overlap at the byte-level.
|
||||||
* @return the length of this component
|
* @return the length of this component in 8-bit bytes
|
||||||
*/
|
*/
|
||||||
public int getLength();
|
public int getLength();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue