Class REDebugCompiler
java.lang.Object
com.codename1.util.regex.RECompiler
com.codename1.util.regex.REDebugCompiler
A subclass of RECompiler which can dump a regular expression program
for debugging purposes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDumps the current program to aSystem.out.voiddumpProgram(java.io.Writer p) Dumps the current program to ajava.io.Writer.Methods inherited from class RECompiler
compileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
REDebugCompiler
public REDebugCompiler()
-
-
Method Details
-
dumpProgram
public void dumpProgram(java.io.Writer p) Dumps the current program to a
java.io.Writer.Parameters
p: Writer for program dump output
-
dumpProgram
public void dumpProgram()Dumps the current program to aSystem.out.
-