Class InstantiationSet
- java.lang.Object
-
- com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
-
public class InstantiationSet extends java.lang.Object- Author:
- Federico Tomassetti
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallInferenceVariablesAreResolved(BoundSet boundSet)com.github.javaparser.resolution.types.ResolvedTypeapply(com.github.javaparser.resolution.types.ResolvedType type)static InstantiationSetempty()booleanequals(java.lang.Object o)inthashCode()booleanisEmpty()java.lang.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()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
apply
public com.github.javaparser.resolution.types.ResolvedType apply(com.github.javaparser.resolution.types.ResolvedType type)
-
-