public abstract class MatchPredicate
extends java.lang.Object
| Constructor and Description |
|---|
MatchPredicate() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
match(PsiElement matchedNode,
int start,
int end,
MatchContext context)
Matches given node against this predicate.
|
boolean |
match(PsiElement matchedNode,
MatchContext context) |
public abstract boolean match(PsiElement matchedNode, int start, int end, MatchContext context)
matchedNode - for matchingcontext - of the matchingpublic final boolean match(PsiElement matchedNode, MatchContext context)