Packages

trait Translator extends WordBerrySethi

Annotations
@deprecated
Deprecated

(Since version 2.10) Avoidance

Linear Supertypes
WordBerrySethi, BaseBerrySethi, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Translator
  2. WordBerrySethi
  3. BaseBerrySethi
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val lang: WordExp
    Definition Classes
    WordBerrySethi → BaseBerrySethi

Concrete Value Members

  1. def automatonFrom(pat: impl.WordExp.RegExp, finalTag: Int): NondetWordAutom[impl.WordExp._labelT]
    Definition Classes
    WordBerrySethi
  2. final val emptySet: Set[Int]
    Definition Classes
    BaseBerrySethi
  3. def traverse(r: impl.WordExp.RegExp): Unit

    Returns the "Sethi-length" of a pattern, creating the set of position along the way.

    Returns the "Sethi-length" of a pattern, creating the set of position along the way.

    Definition Classes
    WordBerrySethi → BaseBerrySethi