Class VariableXRefHeaderFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.FunctionLocation
ghidra.program.util.VariableLocation
ghidra.program.util.VariableXRefFieldLocation
ghidra.program.util.VariableXRefHeaderFieldLocation
- All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>
-
Field Summary
Fields inherited from class FunctionLocation
functionAddrFields inherited from class ProgramLocation
addr, program, refAddr -
Constructor Summary
ConstructorsConstructorDescriptionShould only be used for XML restoring.VariableXRefHeaderFieldLocation(Program program, Variable var, int charOffset, Address refAddr) Creates a variable xref field program location -
Method Summary
Methods inherited from class VariableXRefFieldLocation
getIndex, getReferenceAddress, toStringMethods inherited from class VariableLocation
compareTo, equals, getVariable, isLocationFor, isParameter, isReturn, isValid, restoreState, saveStateMethods inherited from class FunctionLocation
getFunctionAddressMethods inherited from class ProgramLocation
clone, compareAddr, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode
-
Constructor Details
-
VariableXRefHeaderFieldLocation
public VariableXRefHeaderFieldLocation()Should only be used for XML restoring. -
VariableXRefHeaderFieldLocation
-