Package ghidra.program.util
Class MemoryBlockStartFieldLocation
- java.lang.Object
- 
- ghidra.program.util.ProgramLocation
- 
- ghidra.program.util.CodeUnitLocation
- 
- ghidra.program.util.CommentFieldLocation
- 
- ghidra.program.util.MemoryBlockStartFieldLocation
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Comparable<ProgramLocation>
 
 public class MemoryBlockStartFieldLocation extends CommentFieldLocation BlockStartLocationprovides information about the location (within a program) of an object that represents the start of a memory block.
- 
- 
Field Summary- 
Fields inherited from class ghidra.program.util.CommentFieldLocationcomment, type
 - 
Fields inherited from class ghidra.program.util.ProgramLocationaddr, program, refAddr
 
- 
 - 
Constructor SummaryConstructors Constructor Description MemoryBlockStartFieldLocation()Default constructor needed for restoring a program location from XMLMemoryBlockStartFieldLocation(Program program, Address addr, int[] componentPath, int row, int charOffset, java.lang.String[] comment, int commentRow)Create a new BlockStartLocation.
 - 
Method Summary- 
Methods inherited from class ghidra.program.util.CommentFieldLocationequals, getComment, getCommentType, hashCode, restoreState, saveState, toString, validateType
 - 
Methods inherited from class ghidra.program.util.CodeUnitLocationisValid
 - 
Methods inherited from class ghidra.program.util.ProgramLocationcompareAddr, compareTo, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow
 
- 
 
- 
- 
- 
Constructor Detail- 
MemoryBlockStartFieldLocationpublic MemoryBlockStartFieldLocation(Program program, Address addr, int[] componentPath, int row, int charOffset, java.lang.String[] comment, int commentRow) Create a new BlockStartLocation.- Parameters:
- the- program of the location
- addr- address of block
- groupPath- object that uniquely identifies a module or fragment by its hierarchy names; this parameter may be null
- charOffset- character position of the location
 
 - 
MemoryBlockStartFieldLocationpublic MemoryBlockStartFieldLocation() Default constructor needed for restoring a program location from XML
 
- 
 
-