Uses of Interface
com.intellij.aspects.psi.PsiTypeNamePattern

Packages that use PsiTypeNamePattern
com.intellij.aspects.psi.gen   
com.intellij.psi.util Provides utility classes for working with the PSI. 
 

Uses of PsiTypeNamePattern in com.intellij.aspects.psi.gen
 

Methods in com.intellij.aspects.psi.gen that return PsiTypeNamePattern
 PsiTypeNamePattern PsiInheritorsPattern.getBaseClassPattern()
           
 

Methods in com.intellij.aspects.psi.gen with parameters of type PsiTypeNamePattern
 void PsiAspectElementVisitor.visitTypeNamePattern(PsiTypeNamePattern typeNamePatternParam)
           
 

Uses of PsiTypeNamePattern in com.intellij.psi.util
 

Methods in com.intellij.psi.util with parameters of type PsiTypeNamePattern
static java.util.regex.Pattern PsiUtil.convertToRegexp(PsiTypeNamePattern typeNamePattern)