-
-
Constructor Summary
Constructors
Modifier |
Constructor and Description |
|
NFA() |
|
NFA(CharSet chars) |
private |
NFA(int size) |
private |
NFA(NFA nfa) |
|
NFA(java.lang.String string) |
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
NFA
private NFA(int size)
-
Method Detail
-
zeroOrMore
public NFA zeroOrMore()
-
zeroOrOne
public NFA zeroOrOne()
-
oneOrMore
public NFA oneOrMore()
Copyright © 1997-2013 Sablecc. All Rights Reserved.