Eclipse JDT
Release 3.8

Uses of Interface
org.eclipse.jdt.core.dom.IMemberValuePairBinding

Packages that use IMemberValuePairBinding
org.eclipse.jdt.core.dom The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document. 
 

Uses of IMemberValuePairBinding in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return IMemberValuePairBinding
 IMemberValuePairBinding[] IAnnotationBinding.getAllMemberValuePairs()
          Returns the complete list of member value pairs for this annotation, including ones explicitly listed in the annotation as well as entries for annotation type members with default values that are implied.
 IMemberValuePairBinding[] IAnnotationBinding.getDeclaredMemberValuePairs()
          Returns the list of declared member value pairs for this annotation.
 IMemberValuePairBinding MemberValuePair.resolveMemberValuePairBinding()
          Resolves and returns the member value pair binding for this member value pair.
 


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.