Package ghidra.program.util
Class PcodeFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.PcodeFieldLocation
- 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.PcodeFieldLocation
(Program program, Address addr, List<String> pcodeStrings, int row, int charOffset) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
restoreState
(Program p, SaveState obj) Restore this program location using the given program and save state object.void
Save this program location to the given save state object.toString()
Methods inherited from class ghidra.program.util.ProgramLocation
clone, compareAddr, compareTo, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, isValid
-
Constructor Details
-
PcodeFieldLocation
-
PcodeFieldLocation
public PcodeFieldLocation()Get the row within a group of pcode strings.
-
-
Method Details
-
getPcodeStrings
-
hashCode
public int hashCode()- Overrides:
hashCode
in classProgramLocation
-
equals
- Overrides:
equals
in classProgramLocation
-
saveState
Description copied from class:ProgramLocation
Save this program location to the given save state object.- Overrides:
saveState
in classProgramLocation
- Parameters:
obj
- the save state object for saving the location
-
restoreState
Description copied from class:ProgramLocation
Restore this program location using the given program and save state object.- Overrides:
restoreState
in classProgramLocation
- Parameters:
p
- program to restore fromobj
- the save state to restore from
-
toString
- Overrides:
toString
in classProgramLocation
-