rzel / mini-java

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

Add NFAClosure #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
will encapsulate closure related logics

* ctor(NFAState)
should use ClosureVisitor to build the closure from the NFAState
* ctor(Set<NFAState>)
* getStates()
* getClosure(Object)

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

GoogleCodeExporter commented 9 years ago
NFAState.getClosure() : NFAClosure
PS. test for not null is sufficient in NFAState tests

Original comment by lemontree.cool on 8 Oct 2008 at 1:45

GoogleCodeExporter commented 9 years ago
isAcceptable() Helper function

Original comment by lemontree.cool on 8 Oct 2008 at 1:49

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 15 Oct 2008 at 2:55