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