Class Instantiation
- java.lang.Object
-
- com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
-
public class Instantiation extends java.lang.Object- Author:
- Federico Tomassetti
-
-
Constructor Summary
Constructors Constructor Description Instantiation(InferenceVariable inferenceVariable, com.github.javaparser.resolution.types.ResolvedType properType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)InferenceVariablegetInferenceVariable()com.github.javaparser.resolution.types.ResolvedTypegetProperType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Instantiation
public Instantiation(InferenceVariable inferenceVariable, com.github.javaparser.resolution.types.ResolvedType properType)
-
-
Method Detail
-
getInferenceVariable
public InferenceVariable getInferenceVariable()
-
getProperType
public com.github.javaparser.resolution.types.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
-
-