Class NdConstantBoolean
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.NdConstantBoolean
- 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
ConstructorsModifierConstructorDescriptionprotectedNdConstantBoolean(Nd nd)NdConstantBoolean(Nd nd, long address) -
Method Summary
Modifier and TypeMethodDescriptionstatic NdConstantBooleanReturns theConstantcorresponding to the value of thisNdConstantor null if the receiver corresponds to aConstant.booleangetValue()voidsetValue(boolean 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
-
NdConstantBoolean
-
NdConstantBoolean
-
-
Method Details
-
create
-
setValue
public void setValue(boolean value) -
getValue
public boolean getValue() -
getConstant
Description copied from class:NdConstantReturns theConstantcorresponding to the value of thisNdConstantor null if the receiver corresponds to aConstant.- Specified by:
getConstantin classNdConstant
-