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.
|
match
public 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)
MatchPredicate
match
in class MatchPredicate
match
- for matchingcontext
- of the matching