Class NdConstant
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.NdStruct
org.aspectj.org.eclipse.jdt.internal.core.nd.NdNode
org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdConstant
- All Implemented Interfaces:
IDestructable,INdStruct
- Direct Known Subclasses:
NdConstantAnnotation,NdConstantArray,NdConstantBoolean,NdConstantByte,NdConstantChar,NdConstantClass,NdConstantDouble,NdConstantEnum,NdConstantFloat,NdConstantInt,NdConstantLong,NdConstantShort,NdConstantString
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic FieldOneToOne<NdAnnotationValuePair>static FieldManyToOne<NdConstantArray>static FieldOneToOne<NdMethod>static FieldOneToOne<NdVariable>static StructDef<NdConstant> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NdConstantabstract ConstantReturns theConstantcorresponding to the value of thisNdConstantor null if the receiver corresponds to aConstant.voidsetParent(NdConstantArray result)toString()Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.nd.NdNode
delete, destruct, equals, getAddress, getBindingID, getBit, getByte, getNodeId, getNodeType, hashCode, load, load
-
Field Details
-
PARENT_ARRAY
-
PARENT_ANNOTATION_VALUE
-
PARENT_VARIABLE
-
PARENT_METHOD
-
type
-
-
Constructor Details
-
NdConstant
-
NdConstant
-
-
Method Details
-
create
-
setParent
-
getConstant
Returns theConstantcorresponding to the value of thisNdConstantor null if the receiver corresponds to aConstant. -
toString
-