Class CompilerState


  • class CompilerState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilerState​(Context cx, char[] source, int length, int flags)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • cpbegin

        char[] cpbegin
      • cpend

        int cpend
      • cp

        int cp
      • flags

        int flags
      • backReferenceLimit

        int backReferenceLimit
      • maxBackReference

        int maxBackReference
      • parenCount

        int parenCount
      • parenNesting

        int parenNesting
      • classCount

        int classCount
      • progLength

        int progLength
    • Constructor Detail

      • CompilerState

        CompilerState​(Context cx,
                      char[] source,
                      int length,
                      int flags)