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

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

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

Methods in com.intellij.aspects.psi.gen that return PsiIdPattern
 PsiIdPattern PsiRegularMethodPattern.getIdPattern()
           
 PsiIdPattern PsiFieldPattern.getIdPattern()
           
 PsiIdPattern _PsiTypeNamePatternElement.getPattern()
           
 

Methods in com.intellij.aspects.psi.gen with parameters of type PsiIdPattern
 void PsiAspectElementVisitor.visitIdPattern(PsiIdPattern idPatternParam)
           
 

Uses of PsiIdPattern in com.intellij.psi.util
 

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