
public static class FPGA2Model.PointerInfo extends FPGA2Model.AddressAndValue
| Modifier and Type | Class and Description |
|---|---|
static class |
FPGA2Model.PointerInfo.PointerKind
The kind of pointer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAddress() |
FPGA2Model.PointerInfo.PointerKind |
getKind()
The type of this pointer.
|
String |
getName()
The name of this pointer
|
int |
getOffset()
The offset of this pointer relative to its pointer block.
|
int |
getValue()
The value of this pointer.
|
String |
toString() |
public FPGA2Model.PointerInfo.PointerKind getKind()
public String getName()
public int getOffset()
public int getAddress()
getAddress in class FPGA2Model.AddressAndValuepublic int getValue()
getValue in class FPGA2Model.AddressAndValueCopyright © 2018 LSST. All rights reserved.