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.
|
match
public NotPredicate(MatchPredicate predicate)
public boolean match(PsiElement matchedNode, int start, int end, MatchContext context)
MatchPredicate
match
in class MatchPredicate
matchedNode
- for matchingcontext
- of the matching