org.apache.regexp
Class REDebugCompiler
java.lang.Object
|
+--org.apache.regexp.RECompiler
|
+--org.apache.regexp.REDebugCompiler
- public class REDebugCompiler
- extends RECompiler
A subclass of RECompiler which can dump a regular expression program
for debugging purposes.
- Version:
- $Id: REDebugCompiler.java,v 1.1 2000/04/27 01:22:33 jon Exp $
- Author:
- Jonathan Locke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REDebugCompiler
public REDebugCompiler()
dumpProgram
public void dumpProgram(PrintWriter p)
- Dumps the current program to a PrintWriter
- Parameters:
p
- PrintWriter for program dump output