Searched defs:typeVariableName (Results 1 – 3 of 3) sorted by relevance
118 TypeVariableName typeVariableName = typeVariables.get(element); in get() local
156 TypeVariableName typeVariableName = (TypeVariableName) typeName.typeArguments.get(0); in getTypeVariableTypeMirrorRecursive() local
202 …private Type typeVariableValue(Map<TypeVariable<?>, Type> typeVariables, String typeVariableName) { in typeVariableValue()