scala.xml.dtd.ContentModel

Translator

object Translator extends WordBerrySethi

source: ContentModel.scala
Inherited
  1. Hide All
  2. Show all
  1. WordBerrySethi
  2. BaseBerrySethi
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. def !=(arg0: AnyRef): Boolean

  2. def !=(arg0: Any): Boolean

    o != arg0 is the same as !(o == (arg0)).

  3. def ##(): Int

  4. def $asInstanceOf[T0](): T0

  5. def $isInstanceOf[T0](): Boolean

  6. def ==(arg0: AnyRef): Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

  7. def ==(arg0: Any): Boolean

    o == arg0 is the same as o.equals(arg0).

  8. def asInstanceOf[T0]: T0

    This method is used to cast the receiver object to be of type T0.

  9. def automatonFrom(pat: RegExp, finalTag: Int): NondetWordAutom[_labelT]

  10. def clone(): AnyRef

    This method creates and returns a copy of the receiver object.

  11. def collectTransitions(): Unit

  12. def compFirst(r: RegExp): Set[Int]

    Computes first(r) where the word regexp r.

  13. def compFollow(rs: Seq[RegExp]): Set[Int]

    Starts from the right-to-left precondition: pos is final pats are successor patterns of a Sequence node

  14. def compFollow1(fol1: Set[Int], r: RegExp): Set[Int]

    Returns the first set of an expression, setting the follow set along the way.

  15. def compLast(r: RegExp): Set[Int]

    Computes last(r) where the word regexp r.

  16. var defaultq: Array[List[Int]]

  17. var deltaq: Array[HashMap[_labelT, List[Int]]]

  18. val emptySet: Set[Int]

  19. def eq(arg0: AnyRef): Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

  20. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

  21. var finalTag: Int

  22. def finalize(): Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

  23. var finals: Map[Int, Int]

  24. var follow: HashMap[Int, Set[Int]]

  25. def getClass(): java.lang.Class[_ <: java.lang.Object]

    Returns a representation that corresponds to the dynamic class of the receiver object.

  26. def hashCode(): Int

    Returns a hash code value for the object.

  27. def initialize(subexpr: Seq[RegExp]): Unit

  28. def initializeAutom(): Unit

  29. var initials: Set[Int]

  30. def isInstanceOf[T0]: Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

  31. var labelAt: Map[Int, _labelT]

  32. var labels: HashSet[_labelT]

  33. val lang: ContentModel

  34. def makeTransition(src: Int, dest: Int, label: _labelT): Unit

  35. def ne(arg0: AnyRef): Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

  36. def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

  37. def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

  38. var pos: Int

  39. def seenLabel(r: RegExp, label: _labelT): Int

  40. def seenLabel(r: RegExp, i: Int, label: _labelT): Unit

    called at the leaves of the regexp

  41. def synchronized[T0](arg0: T0): T0

  42. def toString(): String

    Returns a string representation of the object.

  43. def traverse(r: RegExp): Unit

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

  44. def wait(): Unit

  45. def wait(arg0: Long, arg1: Int): Unit

  46. def wait(arg0: Long): Unit