|
Scala
1.3.0.3 |
|||
| Field Summary | |
type label
|
|
abstract
|
type regexp
|
| Methods inherited from java/lang/Object-class |
| clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/util/regexp/Base-class |
| Alt, Eps, Meta, RegExp, Sequ, Star, mkSequ |
| Object Summary | |
case
|
object Point
|
| Class Summary | |
case
|
class Node(label: A, r: regexp)
|
case
|
class TopIter(r1: regexp, r2: regexp)
|
| Field Detail |
type label = A
abstract type regexp <: RegExp
|
Scala
1.3.0.3 |
|||