Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdConstant
Packages that use NdConstant
Package
Description
-
Uses of NdConstant in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer that return NdConstantModifier and TypeMethodDescriptionClassFileToIndexConverter.createConstantFromMixedType(Object value) -
Uses of NdConstant in org.aspectj.org.eclipse.jdt.internal.core.nd.java
Subclasses of NdConstant in org.aspectj.org.eclipse.jdt.internal.core.nd.javaModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.aspectj.org.eclipse.jdt.internal.core.nd.java with type parameters of type NdConstantModifier and TypeFieldDescriptionstatic FieldOneToOne<NdConstant>NdVariable.CONSTANTstatic FieldOneToOne<NdConstant>NdMethod.DEFAULT_VALUEstatic FieldOneToMany<NdConstant>NdConstantArray.ELEMENTSstatic StructDef<NdConstant>NdConstant.typestatic FieldOneToOne<NdConstant>NdAnnotationValuePair.VALUEMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return NdConstantModifier and TypeMethodDescriptionstatic NdConstantNdVariable.getConstant()NdMethod.getDefaultValue()NdAnnotationValuePair.getValue()Returns the value of this annotation or null if noneMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return types with arguments of type NdConstantMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.java with parameters of type NdConstantModifier and TypeMethodDescriptionvoidNdVariable.setConstant(NdConstant constant)voidNdMethod.setDefaultValue(NdConstant value)voidNdAnnotationValuePair.setValue(NdConstant value)