Class RECompiled

java.lang.Object
org.htmlunit.corejs.javascript.regexp.RECompiled
All Implemented Interfaces:
Serializable

class RECompiled extends Object implements Serializable
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • source

      final char[] source
    • parenCount

      int parenCount
    • flags

      int flags
    • program

      byte[] program
    • classCount

      int classCount
    • classList

      RECharSet[] classList
    • anchorCh

      int anchorCh
  • Constructor Details

    • RECompiled

      RECompiled(String str)