|
Eclipse JDT Release 3.1 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||