public interface MatchingStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueMatching(PsiElement start) |
boolean |
shouldSkip(PsiElement element,
PsiElement elementToMatchWith) |
boolean continueMatching(PsiElement start)
boolean shouldSkip(PsiElement element, PsiElement elementToMatchWith)