scala.util.regexp

class PointedHedgeExp

[source: scala/util/regexp/PointedHedgeExp.scala]

abstract class PointedHedgeExp
extends Base
pointed regular hedge expressions, a useful subclass of regular hedge expressions.
Author
Burak Emir
Version
1.0
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
abstract type _regexpT <: RegExp

abstract type _labelT