public class ScriptPredicate extends MatchPredicate
| Constructor and Description |
|---|
ScriptPredicate(Project project,
java.lang.String name,
java.lang.String within,
java.util.Set<java.lang.String> variableNames,
MatchOptions matchOptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(PsiElement match,
int start,
int end,
MatchContext context)
Matches given node against this predicate.
|
matchpublic ScriptPredicate(Project project, java.lang.String name, java.lang.String within, java.util.Set<java.lang.String> variableNames, MatchOptions matchOptions)
public boolean match(PsiElement match, int start, int end, MatchContext context)
MatchPredicatematch in class MatchPredicatematch - for matchingcontext - of the matching