|
Scala
1.4.0.3 |
|||
Field Summary | |
final
|
val _emptyBitSet: BitSet
|
final
|
val _initialBitSet: BitSet
the set {0} |
final
|
val _sinkBitSet: BitSet
the set {} |
val nfa: NondetWordAutom[T]
|
Method Summary | |
def determinize: DetWordAutom[T]
|
|
def selectTag(Q: BitSet, finals: Array[Int]): Int
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Field Detail |
val nfa: NondetWordAutom[T]
final val _initialBitSet: BitSet
final val _sinkBitSet: BitSet
final val _emptyBitSet: BitSet
Method Detail |
def selectTag(Q: BitSet, finals: Array[Int]): Int
def determinize: DetWordAutom[T]
|
Scala
1.4.0.3 |
|||