Class RENode

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

class RENode extends Object
  • Field Details

    • op

      byte op
    • next

      RENode next
    • kid

      RENode kid
    • kid2

      RENode kid2
    • parenIndex

      int parenIndex
    • min

      int min
    • max

      int max
    • parenCount

      int parenCount
    • greedy

      boolean greedy
    • startIndex

      int startIndex
    • kidlen

      int kidlen
    • bmsize

      int bmsize
    • index

      int index
    • sense

      boolean sense
    • chr

      char chr
    • length

      int length
    • flatIndex

      int flatIndex
  • Constructor Details

    • RENode

      RENode(byte op)