public final class NdConstantAnnotation extends NdConstant
| Modifier and Type | Field and Description |
|---|---|
static StructDef<NdConstantAnnotation> |
type |
static Field<NdAnnotation> |
VALUE |
PARENT_ANNOTATION_VALUE, PARENT_ARRAY, PARENT_METHOD, PARENT_VARIABLE| Constructor and Description |
|---|
NdConstantAnnotation(Nd nd) |
NdConstantAnnotation(Nd nd,
long address) |
| Modifier and Type | Method and Description |
|---|---|
Constant |
getConstant()
Returns the
Constant corresponding to the value of this NdConstant or null if the receiver
corresponds to a Constant. |
NdAnnotation |
getValue() |
create, setParent, toStringdelete, destruct, equals, getAddress, getBindingID, getBit, getByte, getNodeId, getNodeType, hashCode, load, loadpublic static final Field<NdAnnotation> VALUE
public static StructDef<NdConstantAnnotation> type
public NdConstantAnnotation(Nd nd, long address)
public NdConstantAnnotation(Nd nd)
public NdAnnotation getValue()
public Constant getConstant()
NdConstantConstant corresponding to the value of this NdConstant or null if the receiver
corresponds to a Constant.getConstant in class NdConstant