Class Instantiation
java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
- Author:
- Federico Tomassetti
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiation(InferenceVariable inferenceVariable, com.github.javaparser.resolution.types.ResolvedType properType) -
Method Summary
-
Constructor Details
-
Instantiation
public Instantiation(InferenceVariable inferenceVariable, com.github.javaparser.resolution.types.ResolvedType properType)
-
-
Method Details
-
getInferenceVariable
-
getProperType
public com.github.javaparser.resolution.types.ResolvedType getProperType() -
equals
-
hashCode
-
toString
-