trait Translator extends WordBerrySethi
- Annotations
- @deprecated
- Deprecated
(Since version 2.10) Avoidance
- Alphabetic
- By Inheritance
- Translator
- WordBerrySethi
- BaseBerrySethi
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
val
lang: WordExp
- Definition Classes
- WordBerrySethi → BaseBerrySethi
Concrete 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: impl.WordExp.RegExp, finalTag: Int): NondetWordAutom[impl.WordExp._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: impl.WordExp.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[impl.WordExp.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: impl.WordExp.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: impl.WordExp.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[impl.WordExp._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[impl.WordExp.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, impl.WordExp._labelT]
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
var
labels: HashSet[impl.WordExp._labelT]
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
def
makeTransition(src: Int, dest: Int, label: impl.WordExp._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: impl.WordExp.RegExp, label: impl.WordExp._labelT): Int
- Attributes
- protected
- Definition Classes
- WordBerrySethi
-
def
seenLabel(r: impl.WordExp.RegExp, i: Int, label: impl.WordExp._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: 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
-
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( ... )