Package com.google.re2j
Interface Options.EventsListener
- Enclosing class:
- Options
public static interface Options.EventsListener
Interface for RE2J events listening.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when NFA is being used instead of DFA because too manyDFAStates has been created.
-
Method Details
-
fallbackToNFA
void fallbackToNFA()Called when NFA is being used instead of DFA because too manyDFAStates has been created.
-