Class RECompiled

  • All Implemented Interfaces:
    java.io.Serializable

    class RECompiled
    extends java.lang.Object
    implements java.io.Serializable
    • Constructor Summary

      Constructors 
      Constructor Description
      RECompiled​(java.lang.String str)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • source

        final char[] source
      • parenCount

        int parenCount
      • flags

        int flags
      • program

        byte[] program
      • classCount

        int classCount
      • anchorCh

        int anchorCh
    • Constructor Detail

      • RECompiled

        RECompiled​(java.lang.String str)