public class Instantiation
extends java.lang.Object
| Constructor and Description |
|---|
Instantiation(InferenceVariable inferenceVariable,
com.github.javaparser.resolution.types.ResolvedType properType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
InferenceVariable |
getInferenceVariable() |
com.github.javaparser.resolution.types.ResolvedType |
getProperType() |
int |
hashCode() |
java.lang.String |
toString() |
public Instantiation(InferenceVariable inferenceVariable, com.github.javaparser.resolution.types.ResolvedType properType)
public InferenceVariable getInferenceVariable()
public com.github.javaparser.resolution.types.ResolvedType getProperType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object