Class Reference
java.lang.Object
com.weirddev.testme.intellij.template.context.Reference
A reference to a defined class construct, other than a method (i.e. field/variable).
Date: 06/05/2017
- Author:
- Yaron Yamin
-
Constructor Summary
ConstructorDescriptionReference
(String referenceName, com.intellij.psi.PsiType refType, com.intellij.psi.PsiType psiOwnerType, TypeDictionary typeDictionary) -
Method Summary
-
Constructor Details
-
Reference
public Reference(String referenceName, com.intellij.psi.PsiType refType, com.intellij.psi.PsiType psiOwnerType, TypeDictionary typeDictionary)
-
-
Method Details