|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrabbit.fsa.RE
| Nested Class Summary | |
class |
RE.Transition
|
| Constructor Summary | |
RE()
|
|
RE(char ch)
|
|
| Method Summary | |
RE |
append(RE re)
|
java.util.Vector |
getTransitions(java.lang.Character c)
|
static void |
main(java.lang.String[] args)
|
boolean |
match(java.lang.String s)
|
RE |
or(RE re)
|
RE |
star()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RE()
public RE(char ch)
| Method Detail |
public boolean match(java.lang.String s)
public java.util.Vector getTransitions(java.lang.Character c)
public RE append(RE re)
public RE or(RE re)
public RE star()
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||