Eclipse JDT
Release 3.1

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

Packages that use IResolvedAnnotation
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 IResolvedAnnotation in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return IResolvedAnnotation
 IResolvedAnnotation[] IMethodBinding.getParameterAnnotations(int paramIndex)
          Returns the resolved annotations of a parameter of this method.
 IResolvedAnnotation[] IBinding.getAnnotations()
          Return the resolved annotations associated with this binding.
 IResolvedAnnotation Annotation.resolveAnnotation()
          Resolves and returns the resolved annotation for this annotation.
 

Methods in org.eclipse.jdt.core.dom with parameters of type IResolvedAnnotation
 ASTNode CompilationUnit.findDeclaringNode(IResolvedAnnotation resolvedAnnotation)
          Finds the corresponding AST node in the given compilation unit from which the given resolved annotation originated.
 


Eclipse JDT
Release 3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.