Class ResolvedReference
java.lang.Object
com.weirddev.testme.intellij.resolvers.to.ResolvedReference
Date: 10/05/2017
- Author:
- Yaron Yamin
-
Constructor Summary
ConstructorDescriptionResolvedReference
(String referenceName, com.intellij.psi.PsiType refType, com.intellij.psi.PsiType psiOwnerType) -
Method Summary
Modifier and TypeMethodDescriptioncom.intellij.psi.PsiType
com.intellij.psi.PsiType
-
Constructor Details
-
ResolvedReference
public ResolvedReference(String referenceName, com.intellij.psi.PsiType refType, com.intellij.psi.PsiType psiOwnerType)
-
-
Method Details
-
getReferenceName
-
getRefType
public com.intellij.psi.PsiType getRefType() -
getPsiOwnerType
public com.intellij.psi.PsiType getPsiOwnerType()
-