Uses of Class
dk.brics.automaton.AutomatonMatcher
-
-
Uses of AutomatonMatcher in dk.brics.automaton
Methods in dk.brics.automaton that return AutomatonMatcher Modifier and Type Method Description AutomatonMatcherRunAutomaton. newMatcher(CharSequence s)Creates a new automaton matcher for the given input.AutomatonMatcherRunAutomaton. newMatcher(CharSequence s, int startOffset, int endOffset)Creates a new automaton matcher for the given input.
-