Package test.rolodex.types

Examples of test.rolodex.types.RoloList


  public RoloTest(Factory factory) {
    this.factory = factory;
  }

  public void run() throws jjtraveler.VisitFailure, java.io.IOException {
    RoloList list = factory.RoloListFromTerm(factory.getPureFactory().readFromFile(directory + "/rolodex.trm"));

    Collector c = new Collector();
    jjtraveler.Visitor tester = new jjtraveler.BottomUp(c);
    tester.visit(list);
View Full Code Here

TOP

Related Classes of test.rolodex.types.RoloList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.