public final class BooleanMatcher extends TokenMatcher
This class is not intended to be instantiated or sub-classed by clients.
Matcher.MatchResult
Modifier | Constructor and Description |
---|---|
protected |
BooleanMatcher(boolean internalState) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
protected boolean |
isExpectedToken(Token token) |
java.lang.String |
toString() |
doMatch
match, matchWorker
getMemoizedAst, memoizeAst
enterEvent, exitWithMatchEvent, exitWithoutMatchEvent, isMatching, matchToIndex
protected boolean isExpectedToken(Token token)
isExpectedToken
in class TokenMatcher
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class StandardMatcher
public boolean equals(java.lang.Object obj)
equals
in class StandardMatcher
Copyright © 2012 SonarSource. All Rights Reserved.