soot.toolkits.astmetrics
Interface MetricInterface

All Known Implementing Classes:
AbruptEdgesMetric, ASTMetric, ConditionComplexityMetric, ConstructNumbersMetric, ExpressionComplexityMetric, IdentifiersMetric, NumLocalsMetric, StmtSumWeightedByDepth

public interface MetricInterface


Method Summary
 void execute()
           
 

Method Detail

execute

void execute()