public class BridgeWithExceptionTokenMatcher extends TokenMatcher
| Constructor and Description |
|---|
BridgeWithExceptionTokenMatcher(String lToken,
String rToken,
String except) |
public BridgeWithExceptionTokenMatcher(String lToken, String rToken, String except)
public boolean matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
matchToken in class TokenMatchertokenQueue - queue of tokens for consumption, which contains at least one elementmatchedTokenList - list to populate by tokens, which were consumedCopyright © 2009-2012 SonarSource. All Rights Reserved.