| /external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/ |
| D | Type.java | 144 TypeVariable asTypeVariable(); in asTypeVariable() method
|
| /external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/ |
| D | PrimitiveTypeImplTest.java | 113 public void asTypeVariable() { in asTypeVariable() method in PrimitiveTypeImplTest
|
| D | ArrayTypeImplTest.java | 105 public void asTypeVariable() { in asTypeVariable() method in ArrayTypeImplTest
|
| D | ClassDocImplTest.java | 738 public void asTypeVariable() { in asTypeVariable() method in ClassDocImplTest
|
| /external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/ |
| D | ArrayTypeImpl.java | 89 public TypeVariable asTypeVariable() { in asTypeVariable() method in ArrayTypeImpl
|
| D | TypeVariableImpl.java | 92 public TypeVariable asTypeVariable() { in asTypeVariable() method in TypeVariableImpl
|
| D | PrimitiveTypeImpl.java | 101 public TypeVariable asTypeVariable() { in asTypeVariable() method in PrimitiveTypeImpl
|
| D | TypeImpl.java | 166 public TypeVariable asTypeVariable() { in asTypeVariable() method
|
| D | ClassDocImpl.java | 599 public TypeVariable asTypeVariable() { in asTypeVariable() method in ClassDocImpl
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/typesystem/ |
| D | TypeVariable.java | 101 public TypeVariable asTypeVariable() { in asTypeVariable() method in TypeVariable
|
| D | Type.java | 117 default TypeVariable asTypeVariable() { in asTypeVariable() method
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/ |
| D | ResolvedTypeVariable.java | 107 public ResolvedTypeVariable asTypeVariable() { in asTypeVariable() method in ResolvedTypeVariable
|
| D | ResolvedType.java | 130 default ResolvedTypeVariable asTypeVariable() { in asTypeVariable() method
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/model/typesystem/ |
| D | LazyType.java | 84 public TypeVariable asTypeVariable() { in asTypeVariable() method in LazyType
|
| /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/ |
| D | LazyType.java | 85 public ResolvedTypeVariable asTypeVariable() { in asTypeVariable() method in LazyType
|
| /external/dokka/core/src/main/kotlin/javadoc/ |
| D | docbase.kt | 195 …override fun asTypeVariable(): TypeVariable? = if (node.kind == NodeKind.TypeParameter) TypeVariab… in asTypeVariable() method in TypeAdapter 250 override fun asTypeVariable(): TypeVariableAdapter = this in qualifiedTypeName() method 414 …override fun asTypeVariable(): TypeVariable? = if (classNode.kind == NodeKind.Class) TypeVariableA… in constantValue() method
|
| /external/auto/common/src/main/java/com/google/auto/common/ |
| D | MoreTypes.java | 740 public static TypeVariable asTypeVariable(TypeMirror maybeTypeVariable) { in asTypeVariable() method in MoreTypes
|