Class Instantiation

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

public class Instantiation extends Object
Author:
Federico Tomassetti
  • Constructor Details

    • Instantiation

      public Instantiation(InferenceVariable inferenceVariable, com.github.javaparser.resolution.types.ResolvedType properType)
  • Method Details

    • getInferenceVariable

      public InferenceVariable getInferenceVariable()
    • getProperType

      public com.github.javaparser.resolution.types.ResolvedType getProperType()
    • 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