Uses of Class
org.eclipse.jdt.internal.compiler.ast.Annotation

Packages that use Annotation
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.compiler.problem   
 

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

Subclasses of Annotation in org.eclipse.jdt.internal.compiler.ast
 class MarkerAnnotation
           
 class NormalAnnotation
          Normal annotation node
 class SingleMemberAnnotation
          SingleMemberAnnotation node
 

Fields in org.eclipse.jdt.internal.compiler.ast declared as Annotation
 Annotation[] TypeDeclaration.annotations
           
 Annotation[] ImportReference.annotations
           
 Annotation[] AbstractVariableDeclaration.annotations
           
 Annotation[] AbstractMethodDeclaration.annotations
           
 

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type Annotation
static StringBuffer ASTNode.printAnnotations(Annotation[] annotations, StringBuffer output)
           
 void CompilationUnitDeclaration.recordSuppressWarnings(IrritantSet irritants, Annotation annotation, int scopeStart, int scopeEnd)
           
static void ASTNode.resolveAnnotations(BlockScope scope, Annotation[] sourceAnnotations, Binding recipient)
          Resolve annotations, and check duplicates, answers combined tagBits for recognized standard annotations
static void ASTNode.resolveDeprecatedAnnotations(BlockScope scope, Annotation[] annotations, Binding recipient)
          Figures if @Deprecated annotation is specified, do not resolve entire annotations.
 

Uses of Annotation in org.eclipse.jdt.internal.compiler.parser
 

Fields in org.eclipse.jdt.internal.compiler.parser declared as Annotation
 Annotation RecoveredAnnotation.annotation
           
 

Methods in org.eclipse.jdt.internal.compiler.parser that return Annotation
 Annotation RecoveredAnnotation.updatedAnnotationReference()
           
 

Methods in org.eclipse.jdt.internal.compiler.parser with parameters of type Annotation
 RecoveredElement RecoveredAnnotation.addAnnotation(Annotation annot, int index)
           
 

Uses of Annotation in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type Annotation
 void ProblemReporter.disallowedTargetForAnnotation(Annotation annotation)
           
 void ProblemReporter.duplicateAnnotation(Annotation annotation)
           
 void ProblemReporter.invalidFileNameForPackageAnnotations(Annotation annotation)
           
 void ProblemReporter.invalidUsageOfAnnotation(Annotation annotation)
           
 void ProblemReporter.missingValueForAnnotationMember(Annotation annotation, char[] memberName)
           
 



Copyright © 2012. All Rights Reserved.