object Translator extends WordBerrySethi with Translator
- Alphabetic
- By Inheritance
- Translator
- Translator
- WordBerrySethi
- BaseBerrySethi
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
automatonFrom(pat: ContentModel.RegExp, finalTag: Int): NondetWordAutom[_labelT]
- Definition Classes
- WordBerrySethi
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
collectTransitions(): Unit
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
def
compFirst(r: ContentModel.RegExp): Set[Int]
Computes
first(r)
where the word regexpr
.Computes
first(r)
where the word regexpr
.- r
the regular expression
- returns
the computed set
first(r)
- Attributes
- protected
- Definition Classes
- WordBerrySethi → BaseBerrySethi
-
def
compFollow(rs: collection.Seq[ContentModel.RegExp]): Set[Int]
Starts from the right-to-left precondition: pos is final pats are successor patterns of a Sequence node
Starts from the right-to-left precondition: pos is final pats are successor patterns of a Sequence node
- Attributes
- protected
- Definition Classes
- BaseBerrySethi
-
def
compFollow1(fol1: Set[Int], r: ContentModel.RegExp): Set[Int]
Returns the first set of an expression, setting the follow set along the way.
Returns the first set of an expression, setting the follow set along the way.
- r
the regular expression
- returns
the computed set
- Attributes
- protected
- Definition Classes
- WordBerrySethi → BaseBerrySethi
-
def
compLast(r: ContentModel.RegExp): Set[Int]
Computes
last(r)
where the word regexpr
.Computes
last(r)
where the word regexpr
.- r
the regular expression
- returns
the computed set
last(r)
- Attributes
- protected
- Definition Classes
- WordBerrySethi → BaseBerrySethi
-
var
defaultq: Array[List[Int]]
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
var
deltaq: Array[HashMap[_labelT, List[Int]]]
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
final
val
emptySet: Set[Int]
- Definition Classes
- BaseBerrySethi
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
var
finalTag: Int
- Attributes
- protected
- Definition Classes
- BaseBerrySethi
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
var
finals: Map[Int, Int]
- Attributes
- protected
- Definition Classes
- BaseBerrySethi
-
var
follow: HashMap[Int, Set[Int]]
- Attributes
- protected
- Definition Classes
- BaseBerrySethi
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialize(subexpr: collection.Seq[ContentModel.RegExp]): Unit
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
def
initializeAutom(): Unit
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
var
initials: Set[Int]
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
labelAt: Map[Int, _labelT]
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
var
labels: HashSet[_labelT]
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
val
lang: ContentModel.this.type
- Definition Classes
- Translator → WordBerrySethi → BaseBerrySethi
-
def
makeTransition(src: Int, dest: Int, label: _labelT): Unit
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
var
pos: Int
- Attributes
- protected
- Definition Classes
- BaseBerrySethi
-
def
seenLabel(r: ContentModel.RegExp, label: _labelT): Int
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
def
seenLabel(r: ContentModel.RegExp, i: Int, label: _labelT): Unit
Called at the leaves of the regexp
Called at the leaves of the regexp
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
traverse(r: ContentModel.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
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )