public class InstantiationSet extends 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(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
InstantiationSet |
withInstantiation(Instantiation instantiation) |
public boolean allInferenceVariablesAreResolved(BoundSet boundSet)
public static InstantiationSet empty()
public InstantiationSet withInstantiation(Instantiation instantiation)
public boolean isEmpty()
public com.github.javaparser.resolution.types.ResolvedType apply(com.github.javaparser.resolution.types.ResolvedType type)
Copyright © 2007–2019. All rights reserved.