Class CompilerState

java.lang.Object
org.mozilla.javascript.regexp.CompilerState

class CompilerState extends Object
  • Field Details

    • cx

    • 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
    • result

      RENode result
  • Constructor Details

    • CompilerState

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