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

Packages that use MarkerAnnotation
org.eclipse.jdt.internal.compiler   
 

Uses of MarkerAnnotation in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type MarkerAnnotation
 void ASTVisitor.endVisit(MarkerAnnotation annotation, BlockScope scope)
           
 void ASTVisitor.endVisit(MarkerAnnotation annotation, CompilationUnitScope scope)
           
 boolean ASTVisitor.visit(MarkerAnnotation annotation, BlockScope scope)
           
 boolean ASTVisitor.visit(MarkerAnnotation annotation, CompilationUnitScope scope)