scala.util

automata

package automata

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseBerrySethi extends AnyRef

    This class turns a regular expression over A into a scala.util.automata.NondetWordAutom over A using the celebrated position automata construction (also called Berry-Sethi or Glushkov).

  2. abstract class DetWordAutom[T <: AnyRef] extends AnyRef

    A deterministic automaton.

  3. trait Inclusion[A <: AnyRef] extends AnyRef

    A fast test of language inclusion between minimal automata.

  4. abstract class NondetWordAutom[T <: AnyRef] extends AnyRef

    A nondeterministic automaton.

  5. class SubsetConstruction[T <: AnyRef] extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) This class will be removed

  6. abstract class WordBerrySethi extends BaseBerrySethi

    This class turns a regular expression into a scala.util.automata.NondetWordAutom celebrated position automata construction (also called Berry-Sethi or Glushkov).

Ungrouped