public final class NotPredicate extends MatchPredicate
| Constructor and Description |
|---|
NotPredicate(MatchPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(PsiElement matchedNode,
int start,
int end,
MatchContext context)
Matches given node against this predicate.
|
matchpublic NotPredicate(MatchPredicate predicate)
public boolean match(PsiElement matchedNode, int start, int end, MatchContext context)
MatchPredicatematch in class MatchPredicatematchedNode - for matchingcontext - of the matching