java.lang.Object
com.weirddev.testme.intellij.template.context.Reference

public class Reference extends Object
A reference to a defined class construct, other than a method (i.e. field/variable). Date: 06/05/2017
Author:
Yaron Yamin
  • Constructor Details

    • Reference

      public Reference(String referenceName, com.intellij.psi.PsiType refType, com.intellij.psi.PsiType psiOwnerType, TypeDictionary typeDictionary)
  • Method Details

    • 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
    • getReferenceName

      public String getReferenceName()
      name given to reference
    • getReferenceType

      public Type getReferenceType()
      Type of reference
    • getOwnerType

      public Type getOwnerType()
      Type of reference owner class