Class InstantiationSet

java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet

public class InstantiationSet extends Object
Author:
Federico Tomassetti
  • Method Details

    • 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(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • apply

      public com.github.javaparser.resolution.types.ResolvedType apply(com.github.javaparser.resolution.types.ResolvedType type)