Class REDebugCompiler

java.lang.Object
com.codename1.util.regex.RECompiler
com.codename1.util.regex.REDebugCompiler

public class REDebugCompiler extends RECompiler
A subclass of RECompiler which can dump a regular expression program for debugging purposes.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Dumps the current program to a System.out.
    void
    dumpProgram(java.io.Writer p)
    Dumps the current program to a java.io.Writer.

    Methods inherited from class RECompiler

    compile

    Methods 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 a System.out.