public class InstantiationSet
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
allInferenceVariablesAreResolved(BoundSet boundSet) |
com.github.javaparser.resolution.types.ResolvedType |
apply(com.github.javaparser.resolution.types.ResolvedType type) |
static InstantiationSet |
empty() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isEmpty() |
java.lang.String |
toString() |
InstantiationSet |
withInstantiation(Instantiation instantiation) |
public boolean allInferenceVariablesAreResolved(BoundSet boundSet)
public static InstantiationSet empty()
public InstantiationSet withInstantiation(Instantiation instantiation)
public boolean isEmpty()
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.Objectpublic com.github.javaparser.resolution.types.ResolvedType apply(com.github.javaparser.resolution.types.ResolvedType type)