Interface Options.EventsListener

Enclosing class:
Options

public static interface Options.EventsListener
Interface for RE2J events listening.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when NFA is being used instead of DFA because too many DFAStates has been created.
  • Method Details

    • fallbackToNFA

      void fallbackToNFA()
      Called when NFA is being used instead of DFA because too many DFAStates has been created.