Package ghidra.app.util.viewer.field
Class ArrayElementFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.CodeUnitLocation
ghidra.program.util.OperandFieldLocation
ghidra.app.util.viewer.field.ArrayElementFieldLocation
- All Implemented Interfaces:
- Cloneable,- Comparable<ProgramLocation>
- 
Field SummaryFields inherited from class ghidra.program.util.ProgramLocationaddr, program, refAddr
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor needed for restoring from XML.ArrayElementFieldLocation(Program program, Address address, int[] componentPath, String displayValue, int elementIndex, int charOffset) Creates an ArrayElementFieldLocation
- 
Method SummaryMethods inherited from class ghidra.program.util.OperandFieldLocationequals, getOperandIndex, getOperandRepresentation, getSubOperandIndex, getVariableOffset, hashCode, restoreState, saveState, toStringMethods inherited from class ghidra.program.util.CodeUnitLocationisValidMethods inherited from class ghidra.program.util.ProgramLocationclone, compareAddr, compareTo, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy
- 
Constructor Details- 
ArrayElementFieldLocationpublic ArrayElementFieldLocation(Program program, Address address, int[] componentPath, String displayValue, int elementIndex, int charOffset) Creates an ArrayElementFieldLocation- Parameters:
- program- the program
- address- the address of the location
- componentPath- the data component path
- displayValue- the text being displayed in the text.
- elementIndex- the element of the array on the line.
- charOffset- the character position within the text.
 
- 
ArrayElementFieldLocationpublic ArrayElementFieldLocation()Default constructor needed for restoring from XML.
 
- 
- 
Method Details- 
getElementIndexOnLine
 
-