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 518169 2007-03-14 15:03:35Z vgritsenko $
- 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
dumpProgram
public void dumpProgram()
- Dumps the current program to a
System.out
.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.