public class ContainsPredicate extends MatchPredicate
| Constructor and Description |
|---|
ContainsPredicate(java.lang.String name,
java.lang.String within) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(PsiElement match,
int start,
int end,
MatchContext context)
Matches given node against this predicate.
|
matchpublic ContainsPredicate(java.lang.String name,
java.lang.String within)
public boolean match(PsiElement match, int start, int end, MatchContext context)
MatchPredicatematch in class MatchPredicatematch - for matchingcontext - of the matching