Uses of Class
dk.brics.automaton.RunAutomaton
-
-
Uses of RunAutomaton in dk.brics.automaton
Fields in dk.brics.automaton declared as RunAutomaton Modifier and Type Field Description private RunAutomaton
AutomatonMatcher. automaton
Methods in dk.brics.automaton that return RunAutomaton Modifier and Type Method Description static RunAutomaton
RunAutomaton. load(java.io.InputStream stream)
Retrieves a serializedRunAutomaton
from a stream.static RunAutomaton
RunAutomaton. load(java.net.URL url)
Retrieves a serializedRunAutomaton
located by a URL.Constructors in dk.brics.automaton with parameters of type RunAutomaton Constructor Description AutomatonMatcher(java.lang.CharSequence chars, RunAutomaton automaton)
-