|
Scala Library
|
|
scala/util/regexp/PointedHedgeExp.scala]
abstract
class
PointedHedgeExp
extends Base| Type Summary | |
abstract type
|
_labelT |
abstract type
|
_regexpT <: RegExp |
| Methods inherited from Base | |
| mkSequ |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Class Summary | |
case class
|
Node
(val label : _labelT, val r : _regexpT) extends RegExp with Product
|
case class
|
TopIter
(val r1 : _regexpT, val r2 : _regexpT) extends RegExp with Product
|
| Object Summary | |
case object
|
Point
extends RegExp with Product
|
| Type Details |
|
Scala Library
|
|