Package ghidra.program.util
Class InstructionMaskValueFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.InstructionMaskValueFieldLocation
- All Implemented Interfaces:
Cloneable
,Comparable<ProgramLocation>
-
Field Summary
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr
-
Constructor Summary
ConstructorDescriptionInstructionMaskValueFieldLocation
(Program program, Address addr, int row, 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
-
InstructionMaskValueFieldLocation
-
InstructionMaskValueFieldLocation
public InstructionMaskValueFieldLocation()
-