KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > jester > MutationsList


1 package jester;
2
3 public interface MutationsList {
4     void visit(MutationMaker aMutationMaker) throws SourceChangeException;
5 }
Popular Tags