com.amx.duet.tools.regexp
Class REDebugCompiler

java.lang.Object
  extended bycom.amx.duet.tools.regexp.RECompiler
      extended bycom.amx.duet.tools.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(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

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

dumpProgram

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



Copyright © 2008 AMX LLC. All Rights Reserved.