Package ghidra.program.util
Class AssignedVariableLocation
- java.lang.Object
 - 
- ghidra.program.util.ProgramLocation
 - 
- ghidra.program.util.AssignedVariableLocation
 
 
 
- 
- All Implemented Interfaces:
 java.lang.Comparable<ProgramLocation>
public class AssignedVariableLocation extends ProgramLocation
 
- 
- 
Field Summary
- 
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AssignedVariableLocation()Get the row within a group of pcode strings.AssignedVariableLocation(Program program, Address addr, int row, int charOffset) 
- 
Method Summary
- 
Methods inherited from class ghidra.program.util.ProgramLocation
compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, hashCode, isValid, restoreState, saveState, toString 
 - 
 
 -