Searched defs:JCAnnotation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java432 public List<JCAnnotation> packageAnnotations;
443 protected JCCompilationUnit(List<JCAnnotation> packageAnnotations,
462 public List<JCAnnotation> getPackageAnnotations() {
1996 public static class JCAnnotation extends JCExpression implements AnnotationTree { class in class:JCTree
1999 protected JCAnnotation(JCTree annotationType, List<JCExpression> args) { method in class:JCTree.JCAnnotation
2023 public List<JCAnnotation> annotations;
2024 protected JCModifiers(long flags, List<JCAnnotation> annotations) {
2035 public List<JCAnnotation> getAnnotations() {
2100 JCCompilationUnit TopLevel(List<JCAnnotation> packageAnnotations,
2179 JCAnnotation Annotatio
[all...]

Completed in 43 milliseconds