|
Scala 2
v2.1.4 |
class
BaseBerrySethi
extends
java.lang.Object with
scala.ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
protected
|
def
compFirst
( r : BaseBerrySethi.this.lang.RegExp )
: scala.collection.immutable.Set[scala.Int]
computes first( r ) for the word regexp r |
protected
|
def
compFollow
( r : scala.Seq[BaseBerrySethi.this.lang.RegExp] )
: scala.collection.immutable.Set[scala.Int]
|
protected
|
def
compFollow1
( fol1 : scala.collection.immutable.Set[scala.Int] , r : BaseBerrySethi.this.lang.RegExp )
: scala.collection.immutable.Set[scala.Int]
returns the first set of an expression, setting the follow set along the way |
protected
|
def
compLast
( r : BaseBerrySethi.this.lang.RegExp )
: scala.collection.immutable.Set[scala.Int]
computes last( r ) for the regexp r |
def
lang
: scala.util.regexp.Base
|
|
protected
|
def
traverse
( r : BaseBerrySethi.this.lang.RegExp )
: scala.Unit
returns "Sethi-length" of a pattern, creating the set of position along the way |
Constructor Detail |
def
this
Def Detail |
def
compFirst
( r : BaseBerrySethi.this.lang.RegExp ) : scala.collection.immutable.Set[scala.Int]
def
compFollow
( r : scala.Seq[BaseBerrySethi.this.lang.RegExp] ) : scala.collection.immutable.Set[scala.Int]
def
compFollow1
( fol1 : scala.collection.immutable.Set[scala.Int] , r : BaseBerrySethi.this.lang.RegExp ) : scala.collection.immutable.Set[scala.Int]
def
compLast
( r : BaseBerrySethi.this.lang.RegExp ) : scala.collection.immutable.Set[scala.Int]
def
lang
: scala.util.regexp.Base
def
traverse
( r : BaseBerrySethi.this.lang.RegExp ) : scala.Unit