Uses of Interface
com.intellij.psi.PsiPolyVariantReference

Packages that use PsiPolyVariantReference
com.intellij.psi Provides interfaces for working with the Program Source Interface (IDEA's internal representation of the program structure). 
 

Uses of PsiPolyVariantReference in com.intellij.psi
 

Subinterfaces of PsiPolyVariantReference in com.intellij.psi
 interface PsiImportStaticReferenceElement
          Represents a reference to the member imported by a Java import static statement.
 interface PsiJavaCodeReferenceElement
          Represents a reference found in Java code (either an identifier or a sequence of identifiers separated by periods, optionally with generic type arguments).
 interface PsiJavaReference
          Represents a reference found in Java code.
 interface PsiReferenceExpression
          Represents a reference in Java code used as part of an expression.