|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amx.duet.tools.regexp.RECompiler
com.amx.duet.tools.regexp.REDebugCompiler
A subclass of RECompiler which can dump a regular expression program for debugging purposes.
Constructor Summary | |
REDebugCompiler()
|
Method Summary | |
void |
dumpProgram()
Dumps the current program to a System.out . |
void |
dumpProgram(java.io.PrintWriter p)
Dumps the current program to a PrintWriter . |
Methods inherited from class com.amx.duet.tools.regexp.RECompiler |
compile |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public REDebugCompiler()
Method Detail |
public void dumpProgram(java.io.PrintWriter p)
PrintWriter
.
p
- PrintWriter for program dump outputpublic void dumpProgram()
System.out
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |