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 AutomatonMatcher
RunAutomaton. newMatcher(java.lang.CharSequence s)
Creates a new automaton matcher for the given input.AutomatonMatcher
RunAutomaton. newMatcher(java.lang.CharSequence s, int startOffset, int endOffset)
Creates a new automaton matcher for the given input.
-