Home
last modified time | relevance | path

Searched refs:JCAnnotatedType (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java226 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
319 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
458 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
578 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
878 return symbol(((JCAnnotatedType) tree).underlyingType);
1140 return ((JCAnnotatedType)tree).underlyingType;
1174 cur = ((JCAnnotatedType)cur).underlyingType;
H A DPretty.java687 if (vartype instanceof JCAnnotatedType) { in visitVarDef()
688 tas = ((JCAnnotatedType)vartype).annotations; in visitVarDef()
689 vartype = ((JCAnnotatedType)vartype).underlyingType; in visitVarDef()
1395 JCAnnotatedType atype = (JCAnnotatedType) elem; in printBrackets()
1510 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java226 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
319 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
461 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
581 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
881 return symbol(((JCAnnotatedType) tree).underlyingType);
1143 return ((JCAnnotatedType)tree).underlyingType;
1177 cur = ((JCAnnotatedType)cur).underlyingType;
H A DPretty.java688 if (vartype instanceof JCAnnotatedType) { in visitVarDef()
689 tas = ((JCAnnotatedType)vartype).annotations; in visitVarDef()
690 vartype = ((JCAnnotatedType)vartype).underlyingType; in visitVarDef()
1432 JCAnnotatedType atype = (JCAnnotatedType) elem; in printBrackets()
1549 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java226 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
319 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
458 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
578 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
878 return symbol(((JCAnnotatedType) tree).underlyingType);
1140 return ((JCAnnotatedType)tree).underlyingType;
1174 cur = ((JCAnnotatedType)cur).underlyingType;
H A DPretty.java687 if (vartype instanceof JCAnnotatedType) { in visitVarDef()
688 tas = ((JCAnnotatedType)vartype).annotations; in visitVarDef()
689 vartype = ((JCAnnotatedType)vartype).underlyingType; in visitVarDef()
1395 JCAnnotatedType atype = (JCAnnotatedType) elem; in printBrackets()
1510 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java226 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
319 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
461 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
581 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
881 return symbol(((JCAnnotatedType) tree).underlyingType);
1143 return ((JCAnnotatedType)tree).underlyingType;
1177 cur = ((JCAnnotatedType)cur).underlyingType;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java251 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
336 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
468 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
588 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
863 return symbol(((JCAnnotatedType) tree).underlyingType);
1120 return ((JCAnnotatedType)tree).underlyingType;
1154 cur = ((JCAnnotatedType)cur).underlyingType;
H A DPretty.java560 if (vartype instanceof JCAnnotatedType) { in visitVarDef()
561 tas = ((JCAnnotatedType)vartype).annotations; in visitVarDef()
562 vartype = ((JCAnnotatedType)vartype).underlyingType; in visitVarDef()
1265 JCAnnotatedType atype = (JCAnnotatedType) elem; in printBrackets()
1380 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java251 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
336 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
468 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
588 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
863 return symbol(((JCAnnotatedType) tree).underlyingType);
1120 return ((JCAnnotatedType)tree).underlyingType;
1154 cur = ((JCAnnotatedType)cur).underlyingType;
H A DPretty.java560 if (vartype instanceof JCAnnotatedType) { in visitVarDef()
561 tas = ((JCAnnotatedType)vartype).annotations; in visitVarDef()
562 vartype = ((JCAnnotatedType)vartype).underlyingType; in visitVarDef()
1265 JCAnnotatedType atype = (JCAnnotatedType) elem; in printBrackets()
1380 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java269 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
362 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
504 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
628 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
962 return symbol(((JCAnnotatedType) tree).underlyingType);
1242 return ((JCAnnotatedType)tree).underlyingType;
1276 cur = ((JCAnnotatedType)cur).underlyingType;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java270 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
363 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
505 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
629 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
961 return symbol(((JCAnnotatedType) tree).underlyingType);
1241 return ((JCAnnotatedType)tree).underlyingType;
1275 cur = ((JCAnnotatedType)cur).underlyingType;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java269 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
362 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
504 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
628 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
930 return symbol(((JCAnnotatedType) tree).underlyingType);
1210 return ((JCAnnotatedType)tree).underlyingType;
1244 cur = ((JCAnnotatedType)cur).underlyingType;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java271 case ANNOTATED_TYPE: return isDiamond(((JCAnnotatedType)tree).underlyingType); in isDiamond()
364 return isStaticSelector(((JCAnnotatedType)base).underlyingType, names); in isStaticSelector()
509 JCAnnotatedType node = (JCAnnotatedType) tree; in getStartPos()
637 return getEndPos(((JCAnnotatedType) tree).underlyingType, endPosTable); in getEndPos()
977 return symbol(((JCAnnotatedType) tree).underlyingType);
1257 return ((JCAnnotatedType)tree).underlyingType;
1291 cur = ((JCAnnotatedType)cur).underlyingType;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/treeannotests/
H A DTestProcessor.java175 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()
268 public void visitAnnotatedType(JCAnnotatedType tree) { in visitAnnotatedType()

12345678