public interface PsiMatcher
Modifier and Type | Method and Description |
---|---|
PsiMatcher |
ancestor(PsiMatcherExpression e) |
PsiMatcher |
descendant(PsiMatcherExpression e) |
PsiMatcher |
dot(PsiMatcherExpression e) |
PsiMatcher |
firstChild(PsiMatcherExpression e) |
PsiElement |
getElement() |
PsiMatcher |
parent(PsiMatcherExpression e) |
PsiMatcher parent(PsiMatcherExpression e)
PsiMatcher firstChild(PsiMatcherExpression e)
PsiMatcher ancestor(PsiMatcherExpression e)
PsiMatcher descendant(PsiMatcherExpression e)
PsiMatcher dot(PsiMatcherExpression e)
PsiElement getElement()