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.TypeSubstitution
private List<ResolvedTypeParameterDeclaration>
private List<ResolvedType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
boolean
isEmpty()
void
withPair
(ResolvedTypeParameterDeclaration typeParameterDeclaration, ResolvedType type)
-
Field Details
-
typeParameterDeclarations
-
types
-
EMPTY
-
-
Constructor Details
-
TypeSubstitution
private TypeSubstitution()
-
-
Method Details
-
empty
-
isEmpty
public boolean isEmpty() -
withPair
-
typeParameterDeclarations
-
substitutedType
-