public abstract class DelegatingMatcher extends StandardMatcher
This class is not intended to be instantiated or sub-classed by clients.
Matcher.MatchResult
Constructor and Description |
---|
DelegatingMatcher(Matcher delegate) |
Modifier and Type | Method and Description |
---|---|
protected Matcher.MatchResult |
doMatch(ParsingState parsingState) |
protected Matcher |
getDelegate() |
java.lang.String |
toString() |
static Matcher |
unwrap(Matcher matcher) |
equals, hashCode, match, matchWorker
getMemoizedAst, memoizeAst
enterEvent, exitWithMatchEvent, exitWithoutMatchEvent, isMatching, matchToIndex
public DelegatingMatcher(Matcher delegate)
protected Matcher getDelegate()
protected Matcher.MatchResult doMatch(ParsingState parsingState)
doMatch
in class StandardMatcher
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012 SonarSource. All Rights Reserved.