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