gayathri97 / mini-java

Automatically exported from code.google.com/p/mini-java
0 stars 0 forks source link

Add ClosureVisitor #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NFAState should be able to accept a ClosureVisitor in order to get its only
closure.

Original issue reported on code.google.com by lemontree.cool on 5 Oct 2008 at 4:10

GoogleCodeExporter commented 9 years ago
* it should be called ClosureBuilder;
* it should inherit from Visitor<NFAState> and be a private member class of 
NFAClosure
* ClosureBuilder.next() will return node_.getStates()

Original comment by lemontree.cool on 5 Oct 2008 at 1:36

GoogleCodeExporter commented 9 years ago
* ClosureBuilder.getStates()

Original comment by lemontree.cool on 5 Oct 2008 at 1:43

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 12 Oct 2008 at 8:35