Uses of Class
dk.brics.automaton.CustomAutomatonMatcher

Packages that use CustomAutomatonMatcher
dk.brics.automaton   
 

Uses of CustomAutomatonMatcher in dk.brics.automaton
 

Methods in dk.brics.automaton that return CustomAutomatonMatcher
 CustomAutomatonMatcher CustomRunAutomaton.newCustomMatcher(java.lang.CharSequence s)
          Creates a new automaton matcher for the given input.
 CustomAutomatonMatcher CustomRunAutomaton.newCustomMatcher(java.lang.CharSequence s, int startOffset, int endOffset)
          Creates a new automaton matcher for the given input.