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 InferenceVariable
inferenceVariable
private ResolvedType
properType
-
Constructor Summary
Constructors Constructor Description Instantiation(InferenceVariable inferenceVariable, ResolvedType properType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
InferenceVariable
getInferenceVariable()
ResolvedType
getProperType()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-