Uses of Class
dk.brics.automaton.RegExp.Kind
-
-
Uses of RegExp.Kind in dk.brics.automaton
Fields in dk.brics.automaton declared as RegExp.Kind Modifier and Type Field Description (package private) RegExp.Kind
RegExp. kind
Methods in dk.brics.automaton that return RegExp.Kind Modifier and Type Method Description static RegExp.Kind
RegExp.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RegExp.Kind[]
RegExp.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dk.brics.automaton with parameters of type RegExp.Kind Modifier and Type Method Description private void
RegExp. findLeaves(RegExp exp, RegExp.Kind kind, java.util.List<Automaton> list, java.util.Map<java.lang.String,Automaton> automata, AutomatonProvider automaton_provider, boolean minimize)
-