public class PsiMatcherImpl extends java.lang.Object implements PsiMatcher
Constructor and Description |
---|
PsiMatcherImpl(PsiElement element) |
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) |
public PsiMatcherImpl(PsiElement element)
public PsiMatcher parent(PsiMatcherExpression e)
parent
in interface PsiMatcher
public PsiMatcher firstChild(PsiMatcherExpression e)
firstChild
in interface PsiMatcher
public PsiMatcher ancestor(PsiMatcherExpression e)
ancestor
in interface PsiMatcher
public PsiMatcher descendant(PsiMatcherExpression e)
descendant
in interface PsiMatcher
public PsiMatcher dot(PsiMatcherExpression e)
dot
in interface PsiMatcher
public PsiElement getElement()
getElement
in interface PsiMatcher