Uses of Interface
org.eclipse.jdt.core.IMemberValuePair
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Uses of IMemberValuePair in org.eclipse.jdt.core
Modifier and TypeMethodDescriptionIMethod.getDefaultValue()
Returns amember value pair
representing the default value of this method if any, ornull
if this method's parent is not an annotation type, or else if this method does not have a default value.IAnnotation.getMemberValuePairs()
Returns the member-value pairs of this annotation.