Uses of Class
org.sonar.duplications.token.TokenQueue

Packages that use TokenQueue
org.sonar.duplications.java   
org.sonar.duplications.statement Provides a basic framework to create list of statements from list of tokens. 
org.sonar.duplications.statement.matcher   
org.sonar.duplications.token Provides a basic framework to sequentially read any kind of character stream and create list of tokens. 
 

Uses of TokenQueue in org.sonar.duplications.java
 

Methods in org.sonar.duplications.java with parameters of type TokenQueue
 boolean BridgeWithExceptionTokenMatcher.matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
           
 

Uses of TokenQueue in org.sonar.duplications.statement
 

Methods in org.sonar.duplications.statement with parameters of type TokenQueue
 List<Statement> StatementChunker.chunk(TokenQueue tokenQueue)
           
 boolean StatementChannelDisptacher.consume(TokenQueue tokenQueue, List<Statement> statements)
           
 boolean StatementChannel.consume(TokenQueue tokenQueue, List<Statement> output)
           
 

Uses of TokenQueue in org.sonar.duplications.statement.matcher
 

Methods in org.sonar.duplications.statement.matcher with parameters of type TokenQueue
 boolean UptoTokenMatcher.matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
           
abstract  boolean TokenMatcher.matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
           
 boolean OptTokenMatcher.matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
           
 boolean ForgetLastTokenMatcher.matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
           
 boolean ExactTokenMatcher.matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
           
 boolean BridgeTokenMatcher.matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
           
 boolean AnyTokenMatcher.matchToken(TokenQueue tokenQueue, List<Token> matchedTokenList)
           
 

Uses of TokenQueue in org.sonar.duplications.token
 

Methods in org.sonar.duplications.token that return TokenQueue
 TokenQueue TokenChunker.chunk(Reader reader)
           
 TokenQueue TokenChunker.chunk(String sourceCode)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.