类 org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
的使用

使用 RecoveredAnnotation 的软件包
org.eclipse.jdt.internal.compiler.parser   
 

org.eclipse.jdt.internal.compiler.parserRecoveredAnnotation 的使用
 

声明为 RecoveredAnnotationorg.eclipse.jdt.internal.compiler.parser 中的字段
 RecoveredAnnotation[] RecoveredType.annotations
           
 RecoveredAnnotation[] RecoveredMethod.annotations
           
 RecoveredAnnotation[] RecoveredLocalVariable.annotations
           
 RecoveredAnnotation[] RecoveredField.annotations
           
 

参数类型为 RecoveredAnnotationorg.eclipse.jdt.internal.compiler.parser 中的方法
 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)
           
 



Copyright © 2013. All Rights Reserved.