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