protected class ExpectationTypeParameterHintCollector.DeferredParameterizedTypeReferenceTraverser extends AbstractTypeReferencePairWalker.ParameterizedTypeReferenceTraverser
| Modifier | Constructor and Description |
|---|---|
protected |
ExpectationTypeParameterHintCollector.DeferredParameterizedTypeReferenceTraverser() |
| Modifier and Type | Method and Description |
|---|---|
void |
doVisitUnboundTypeReference(UnboundTypeReference reference,
ParameterizedTypeReference declaration) |
protected boolean |
shouldProcessInContextOf(JvmTypeParameter declaredTypeParameter,
Set<JvmTypeParameter> boundParameters,
Set<JvmTypeParameter> visited) |
doVisitAnyTypeReference, doVisitArrayTypeReference, doVisitInnerFunctionTypeReference, doVisitInnerTypeReference, doVisitMatchingTypeParameters, doVisitParameterizedTypeReference, doVisitUnknownTypeReference, doVisitWildcardTypeReference, getTypeParameterMappingdoVisitCompoundTypeReference, doVisitFunctionTypeReference, doVisitMultiTypeReference, doVisitSynonymTypeReference, doVisitTypeReferenceprotected ExpectationTypeParameterHintCollector.DeferredParameterizedTypeReferenceTraverser()
public void doVisitUnboundTypeReference(UnboundTypeReference reference, ParameterizedTypeReference declaration)
doVisitUnboundTypeReference in class TypeReferenceVisitorWithParameter<ParameterizedTypeReference>protected boolean shouldProcessInContextOf(JvmTypeParameter declaredTypeParameter, Set<JvmTypeParameter> boundParameters, Set<JvmTypeParameter> visited)
shouldProcessInContextOf in class AbstractTypeReferencePairWalker.ParameterizedTypeReferenceTraverserdeclaredTypeParameter - the considered type parameter.boundParameters - all bound type parameters.visited - the parameters that were already visited.Copyright © 2015. All Rights Reserved.