Main { (@ static CompoundFile cdir; static ClassGraph cg; static String FIdent = " edu.neu.ccs.demeter.Ident "; static public void main(String args[]) throws Exception { Commands cs = Commands.parse(System.in); cs.print(); System.out.println(); FileSystem fs = FileSystem.parse( "compound () root"); // new FileSystem( // new CompoundFile( // new FileName( // new Ident ("root")), // new File_PList() // ) // ); cdir = fs.get_root(); cg = new ClassGraph(true, false); cs.process(new TraversalGraph // ("from Commands to Simple",cg)); ("from Commands bypassing -> *,tail,* to Simple",cg)); System.out.println(); fs.print(); System.out.println(); fs.display(); System.out.println(); } @) }