Class Dict. question


Subject: Class Dict. question
From: joshf@ccs.neu.edu
Date: Mon Mar 04 2002 - 14:08:39 EST


Prof. Lieberherr, here is my code for the Traversal Specification Parser, file ProcessTraversal.cd

-----

import edu.neu.ccs.demeter.dj

ProcessTraversal =
        <defaultCG> List(ClassGraph)
        <cg1> List(ClassGraph) =
        new ClassGraph(defaultCG, "from * bypassing {java.lang.String} to *")
        <t1> List(traversal) = "from CompoundFile to SimpleFile"
        <t2> List(traversal(cg1)) = "from CompoundFile to **".

Am I on the right track with the two traversals, which are under declaration? Is it necessary to write CDs for ClassGraph and traversal, or I take it they're within what's under Import?

Josh Fine

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



This archive was generated by hypermail 2b28 : Mon Mar 04 2002 - 14:07:35 EST