Searched defs:JCAnnotatedType (Results 1 - 1 of 1) sorted by last modified time

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java2612 public static class JCAnnotatedType extends JCExpression implements com.sun.source.tree.AnnotatedTypeTree { class in class:JCTree
2617 protected JCAnnotatedType(List<JCAnnotation> annotations, JCExpression underlyingType) { method in class:JCTree.JCAnnotatedType

Completed in 37 milliseconds