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

Packages that use Token
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 Token in org.sonar.duplications.java
 

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

Uses of Token in org.sonar.duplications.statement
 

Constructor parameters in org.sonar.duplications.statement with type arguments of type Token
Statement(List<Token> tokens)
           
 

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

Method parameters in org.sonar.duplications.statement.matcher with type arguments of type Token
 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 Token in org.sonar.duplications.token
 

Methods in org.sonar.duplications.token that return Token
 Token TokenQueue.peek()
          Retrieves, but does not remove, token from this queue.
 Token TokenQueue.poll()
          Retrieves and removes token from this queue.
 

Methods in org.sonar.duplications.token that return types with arguments of type Token
 Iterator<Token> TokenQueue.iterator()
           
 

Methods in org.sonar.duplications.token with parameters of type Token
 void TokenQueue.add(Token token)
           
 

Method parameters in org.sonar.duplications.token with type arguments of type Token
 void TokenQueue.pushForward(List<Token> matchedTokenList)
           
 

Constructor parameters in org.sonar.duplications.token with type arguments of type Token
TokenQueue(List<Token> tokenList)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.