public abstract class TokenMatcher extends Object
| Constructor and Description |
|---|
TokenMatcher() |
public TokenMatcher()
public abstract boolean matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
tokenQueue - 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.