Uses of Class
org.eclipse.jdt.internal.compiler.lookup.ElementValuePair

Packages that use ElementValuePair
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.lookup   
 

Uses of ElementValuePair in org.eclipse.jdt.internal.compiler.ast
 

Fields in org.eclipse.jdt.internal.compiler.ast declared as ElementValuePair
 ElementValuePair MemberValuePair.compilerElementPair
          The representation of this pair in the type system.
 

Methods in org.eclipse.jdt.internal.compiler.ast that return ElementValuePair
 ElementValuePair[] SingleMemberAnnotation.computeElementValuePairs()
           
 ElementValuePair[] NormalAnnotation.computeElementValuePairs()
           
 ElementValuePair[] Annotation.computeElementValuePairs()
           
 

Uses of ElementValuePair in org.eclipse.jdt.internal.compiler.lookup
 

Fields in org.eclipse.jdt.internal.compiler.lookup declared as ElementValuePair
static ElementValuePair[] Binding.NO_ELEMENT_VALUE_PAIRS
           
 

Methods in org.eclipse.jdt.internal.compiler.lookup that return ElementValuePair
 ElementValuePair[] UnresolvedAnnotationBinding.getElementValuePairs()
           
 ElementValuePair[] AnnotationBinding.getElementValuePairs()
           
 

Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type ElementValuePair
 AnnotationBinding LookupEnvironment.createAnnotation(ReferenceBinding annotationType, ElementValuePair[] pairs)
           
static void AnnotationBinding.setMethodBindings(ReferenceBinding type, ElementValuePair[] pairs)