Package org.sonar.duplications.statement.matcher

Class Summary
AnyTokenMatcher Consumes any token, but only one.
BridgeTokenMatcher Consumes everything between pair of tokens.
ExactTokenMatcher Consumes only one specified token.
ForgetLastTokenMatcher Last token would be returned to the queue.
OptTokenMatcher Delegates consumption to another matcher.
TokenMatcher  
UptoTokenMatcher Consumes everything up to one of the specified tokens.
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.