Searched refs:typeAnnotationsPushedBack (Results 1 - 1 of 1) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java123 private List<JCAnnotation> typeAnnotationsPushedBack = List.nil(); field in class:JavacParser
128 * annotations in variable typeAnnotationsPushedBack (if this variable
1354 this.typeAnnotationsPushedBack = annos;
1498 typeAnnotationsPushedBack = annos;
1971 this.typeAnnotationsPushedBack = nextLevelAnnotations;
3968 // look at typeAnnotationsPushedBack comment
3974 List<JCAnnotation> varargsAnnos = typeAnnotationsPushedBack;
3975 typeAnnotationsPushedBack = List.nil();
3981 // if not a var arg, then typeAnnotationsPushedBack should be null
3982 if (typeAnnotationsPushedBack
[all...]

Completed in 108 milliseconds