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

/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DAnnotatedTypeImpl.java68 public com.sun.javadoc.Type underlyingType() { method in class:AnnotatedTypeImpl
[all...]
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/
H A DAnnotatedType.java57 Type underlyingType(); method in interface:AnnotatedType
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java585 public JCAnnotatedType AnnotatedType(List<JCAnnotation> annotations, JCExpression underlyingType) { argument
H A DJCTree.java2615 public JCExpression underlyingType; field in class:JCTree.JCAnnotatedType
2617 protected JCAnnotatedType(List<JCAnnotation> annotations, JCExpression underlyingType) { argument
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicEnumType.java34 private Type underlyingType; field in class:BasicEnumType
52 public BasicEnumType(String name, Type underlyingType) { argument
56 private BasicEnumType(String name, Type underlyingType, int cvAttributes) { argument
[all...]
H A DBasicBitType.java33 private Type underlyingType; field in class:BasicBitType
40 public BasicBitType(Type underlyingType, int sizeInBits, int lsbOffset) { argument
44 private BasicBitType(Type underlyingType, int sizeInBits, int lsbOffset, int cvAttributes) { argument
[all...]

Completed in 144 milliseconds