Home
last modified time | relevance | path

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

/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-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/
DLazyType.java85 public ResolvedTypeVariable asTypeVariable() { in asTypeVariable() method in LazyType
/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/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