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.
|
match
public ContainsPredicate(java.lang.String name, java.lang.String within)
public boolean match(PsiElement match, int start, int end, MatchContext context)
MatchPredicate
match
in class MatchPredicate
match
- for matchingcontext
- of the matching