Class LeastUpperBoundLogic.TypeSubstitution
java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
- Enclosing class:
LeastUpperBoundLogic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final LeastUpperBoundLogic.TypeSubstitutionprivate List<ResolvedTypeParameterDeclaration> private List<ResolvedType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()booleanisEmpty()voidwithPair(ResolvedTypeParameterDeclaration typeParameterDeclaration, ResolvedType type)
-
Field Details
-
typeParameterDeclarations
-
types
-
EMPTY
-
-
Constructor Details
-
TypeSubstitution
private TypeSubstitution()
-
-
Method Details
-
empty
-
isEmpty
public boolean isEmpty() -
withPair
-
typeParameterDeclarations
-
substitutedType
-