Home
last modified time | relevance | path

Searched defs:asTypeVariable (Results 1 – 17 of 17) sorted by relevance

/external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/
DType.java144 TypeVariable asTypeVariable(); in asTypeVariable() method
/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/
DPrimitiveTypeImplTest.java113 public void asTypeVariable() { in asTypeVariable() method in PrimitiveTypeImplTest
DArrayTypeImplTest.java105 public void asTypeVariable() { in asTypeVariable() method in ArrayTypeImplTest
DClassDocImplTest.java738 public void asTypeVariable() { in asTypeVariable() method in ClassDocImplTest
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
DArrayTypeImpl.java89 public TypeVariable asTypeVariable() { in asTypeVariable() method in ArrayTypeImpl
DTypeVariableImpl.java92 public TypeVariable asTypeVariable() { in asTypeVariable() method in TypeVariableImpl
DPrimitiveTypeImpl.java101 public TypeVariable asTypeVariable() { in asTypeVariable() method in PrimitiveTypeImpl
DTypeImpl.java166 public TypeVariable asTypeVariable() { in asTypeVariable() method
DClassDocImpl.java599 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/
DTypeVariable.java101 public TypeVariable asTypeVariable() { in asTypeVariable() method in TypeVariable
DType.java117 default TypeVariable asTypeVariable() { in asTypeVariable() method
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
DResolvedTypeVariable.java107 public ResolvedTypeVariable asTypeVariable() { in asTypeVariable() method in ResolvedTypeVariable
DResolvedType.java130 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/
DLazyType.java84 public TypeVariable asTypeVariable() { in asTypeVariable() method in LazyType
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/
DLazyType.java85 public ResolvedTypeVariable asTypeVariable() { in asTypeVariable() method in LazyType
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt195 …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/
DMoreTypes.java740 public static TypeVariable asTypeVariable(TypeMirror maybeTypeVariable) { in asTypeVariable() method in MoreTypes