Unnamed - jakarta-regexp:jakarta-regexp:jar:1.5-redhat-1 1.5-redhat-1

org.apache.regexp
Class REDebugCompiler

java.lang.Object
  extended by org.apache.regexp.RECompiler
      extended by 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 518169 2007-03-14 15:03:35Z vgritsenko $
Author:
Jonathan Locke

Constructor Summary
REDebugCompiler()
           
 
Method Summary
 void dumpProgram()
          Dumps the current program to a System.out.
 void dumpProgram(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(PrintWriter p)
Dumps the current program to a PrintWriter.

Parameters:
p - PrintWriter for program dump output

dumpProgram

public void dumpProgram()
Dumps the current program to a System.out.


Unnamed - jakarta-regexp:jakarta-regexp:jar:1.5-redhat-1 1.5-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.