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