Class InferenceVariableSubstitution
java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final InferenceVariableSubstitution
private List
<InferenceVariable> private List
<ResolvedType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
withPair
(InferenceVariable inferenceVariable, ResolvedType type)
-
Field Details
-
EMPTY
-
inferenceVariables
-
types
-
-
Constructor Details
-
InferenceVariableSubstitution
private InferenceVariableSubstitution()
-
-
Method Details
-
empty
-
withPair
public InferenceVariableSubstitution withPair(InferenceVariable inferenceVariable, ResolvedType type)
-