KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > soot > toolkits > astmetrics > MetricInterface


1 package soot.toolkits.astmetrics;
2
3 public interface MetricInterface {
4
5     public void execute();
6 }
7
Popular Tags