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.


Constructor Summary
REDebugCompiler()
           
 
Method Summary
 void dumpProgram(java.io.PrintWriter p)
          Dumps the current program to a PrintWriter
 
Methods inherited from class org.apache.regexp.RECompiler
compile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

REDebugCompiler

public REDebugCompiler()
Method Detail

dumpProgram

public void dumpProgram(java.io.PrintWriter p)
Dumps the current program to a PrintWriter

Parameters:
p - PrintWriter for program dump output