Class Instantiation
- java.lang.Object
-
- com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
-
public class Instantiation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private InferenceVariableinferenceVariableprivate ResolvedTypeproperType
-
Constructor Summary
Constructors Constructor Description Instantiation(InferenceVariable inferenceVariable, ResolvedType properType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)InferenceVariablegetInferenceVariable()ResolvedTypegetProperType()inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
inferenceVariable
private InferenceVariable inferenceVariable
-
properType
private ResolvedType properType
-
-
Constructor Detail
-
Instantiation
public Instantiation(InferenceVariable inferenceVariable, ResolvedType properType)
-
-
Method Detail
-
getInferenceVariable
public InferenceVariable getInferenceVariable()
-
getProperType
public ResolvedType getProperType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-