Uses of Class
org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation

Packages that use RecoveredAnnotation
org.eclipse.jdt.internal.compiler.parser   
 

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

Fields in org.eclipse.jdt.internal.compiler.parser declared as RecoveredAnnotation
 RecoveredAnnotation[] RecoveredType.annotations
           
 RecoveredAnnotation[] RecoveredMethod.annotations
           
 RecoveredAnnotation[] RecoveredLocalVariable.annotations
           
 RecoveredAnnotation[] RecoveredField.annotations
           
 

Methods in org.eclipse.jdt.internal.compiler.parser with parameters of type RecoveredAnnotation
 void RecoveredType.attach(RecoveredAnnotation[] annots, int annotCount, int mods, int modsSourceStart)
           
 void RecoveredMethod.attach(RecoveredAnnotation[] annots, int annotCount, int mods, int modsSourceStart)
           
 void RecoveredLocalVariable.attach(RecoveredAnnotation[] annots, int annotCount, int mods, int modsSourceStart)
           
 void RecoveredField.attach(RecoveredAnnotation[] annots, int annotCount, int mods, int modsSourceStart)