Class InstantiationSet
- java.lang.Object
-
- com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
-
public class InstantiationSet extends Object
- Author:
- Federico Tomassetti
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallInferenceVariablesAreResolved(BoundSet boundSet)ResolvedTypeapply(ResolvedType type)static InstantiationSetempty()booleanequals(Object o)inthashCode()booleanisEmpty()StringtoString()InstantiationSetwithInstantiation(Instantiation instantiation)
-
-
-
Method Detail
-
allInferenceVariablesAreResolved
public boolean allInferenceVariablesAreResolved(BoundSet boundSet)
-
empty
public static InstantiationSet empty()
-
withInstantiation
public InstantiationSet withInstantiation(Instantiation instantiation)
-
isEmpty
public boolean isEmpty()
-
apply
public ResolvedType apply(ResolvedType type)
-
-