in scala/util/regexp
trait PointedHedgeExp

trait PointedHedgeExp()
extends Base
with ScalaObject

pointed regular hedge expressions, a useful subclass of regular hedge expressions.

Field Summary
abstract type _labelT
abstract type _regexpT

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

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: _labelT, r: _regexpT)
case class TopIter(r1: _regexpT, r2: _regexpT)

Field Detail

_regexpT

  abstract type _regexpT<:RegExp

_labelT

  abstract type _labelT