Uses of Class
org.sonar.duplications.statement.StatementChannel

Packages that use StatementChannel
org.sonar.duplications.statement Provides a basic framework to create list of statements from list of tokens. 
 

Uses of StatementChannel in org.sonar.duplications.statement
 

Methods in org.sonar.duplications.statement that return StatementChannel
static StatementChannel StatementChannel.create(TokenMatcher... tokenMatchers)
           
static StatementChannel StatementChannel.createBlackHole(TokenMatcher... tokenMatchers)
           
 

Constructor parameters in org.sonar.duplications.statement with type arguments of type StatementChannel
StatementChannelDisptacher(List<StatementChannel> channels)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.