Class NdConstantShort
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
org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdConstantShort
- All Implemented Interfaces:
IDestructable,INdStruct
-
Field Summary
FieldsFields inherited from class org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdConstant
PARENT_ANNOTATION_VALUE, PARENT_ARRAY, PARENT_METHOD, PARENT_VARIABLE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNdConstantShort(Nd nd)NdConstantShort(Nd nd, long address) -
Method Summary
Modifier and TypeMethodDescriptionstatic NdConstantShortReturns theConstantcorresponding to the value of thisNdConstantor null if the receiver corresponds to aConstant.shortgetValue()voidsetValue(short value)Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdConstant
create, setParent, toStringMethods 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
-
VALUE
-
type
-
-
Constructor Details
-
NdConstantShort
-
NdConstantShort
-
-
Method Details
-
create
-
setValue
public void setValue(short value) -
getValue
public short getValue() -
getConstant
Description copied from class:NdConstantReturns theConstantcorresponding to the value of thisNdConstantor null if the receiver corresponds to aConstant.- Specified by:
getConstantin classNdConstant
-