public class Instantiation extends Object
| Constructor and Description |
|---|
Instantiation(InferenceVariable inferenceVariable,
com.github.javaparser.resolution.types.ResolvedType properType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InferenceVariable |
getInferenceVariable() |
com.github.javaparser.resolution.types.ResolvedType |
getProperType() |
int |
hashCode() |
String |
toString() |
public Instantiation(InferenceVariable inferenceVariable, com.github.javaparser.resolution.types.ResolvedType properType)
public InferenceVariable getInferenceVariable()
public com.github.javaparser.resolution.types.ResolvedType getProperType()
Copyright © 2007–2019. All rights reserved.