Class Position
- java.lang.Object
-
- ghidra.app.plugin.processors.generic.Position
-
public class Position extends java.lang.Object
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
-
-
Constructor Summary
Constructors Constructor Description Position(MemBuffer b, Address start, Address next, ProcessorContext c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MemBuffer
buffer()
ProcessorContext
context()
Address
nextAddr()
Address
startAddr()
-
-
-
Constructor Detail
-
Position
public Position(MemBuffer b, Address start, Address next, ProcessorContext c)
-
-
Method Detail
-
buffer
public MemBuffer buffer()
-
startAddr
public Address startAddr()
-
nextAddr
public Address nextAddr()
-
context
public ProcessorContext context()
-
-