com.sonarsource.cobol.api.metrics
Class CobolMeasureProvider

java.lang.Object
  extended by com.sonarsource.cobol.api.metrics.CobolMeasureProvider
All Implemented Interfaces:
org.sonar.api.BatchComponent, org.sonar.api.BatchExtension, org.sonar.api.Extension

public abstract class CobolMeasureProvider
extends Object
implements org.sonar.api.BatchExtension


Constructor Summary
CobolMeasureProvider()
           
 
Method Summary
abstract  List<CobolAstVisitor> getMeasureProviders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CobolMeasureProvider

public CobolMeasureProvider()
Method Detail

getMeasureProviders

public abstract List<CobolAstVisitor> getMeasureProviders()


Copyright © 2009-2014 SonarSource. All Rights Reserved.