public class LiteralWithSubstitutionHandler extends MatchingHandler
clearingVisitor, filter
Constructor and Description |
---|
LiteralWithSubstitutionHandler(java.lang.String regexp,
java.util.List<? extends SubstitutionHandler> handlers,
boolean caseSensitive) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(PsiElement patternNode,
PsiElement matchedNode,
MatchContext context)
Matches given handler node against given value.
|
canMatch, getFilter, getPinnedNode, isMatchSequentiallySucceeded, matchInAnyOrder, matchSequentially, reset, setFilter, setPinnedElement, shouldAdvanceTheMatchFor, shouldAdvanceThePatternFor, validateSatisfactionOfHandlers
public LiteralWithSubstitutionHandler(java.lang.String regexp, java.util.List<? extends SubstitutionHandler> handlers, boolean caseSensitive)
public boolean match(PsiElement patternNode, PsiElement matchedNode, MatchContext context)
MatchingHandler
match
in class MatchingHandler
matchedNode
- for matchingcontext
- of the matching