dol: add command line options and empty class
[jump.git] / dol / src / dol / visitor / epiphany / EpiphanyVisitor.java
1 package dol.visitor.Epiphany;
2
3 import dol.visitor.PNVisitor;
4
5 public class EpiphanyVisitor extends PNVisitor {
6         /* Constructor */
7         public EpiphanyVisitor(String packageName) {
8                 System.out.println("EPIPHANY VISITOR CONSTRUCTOR");
9         }
10 }