|
kiama 0.9.0 API
|
|
kiama/example/dataflow/ControlFlow.scala]
trait
ControlFlow
extends AnyRef| Value Summary | |
abstract val
|
following
: scala.PartialFunction[Stm, scala.collection.immutable.Set[Stm]]
Control flow default successor relation.
|
abstract val
|
succ
: scala.PartialFunction[Stm, scala.collection.immutable.Set[Stm]]
Control flow successor relation.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
abstract
val
succ : scala.PartialFunction[Stm, scala.collection.immutable.Set[Stm]]
abstract
val
following : scala.PartialFunction[Stm, scala.collection.immutable.Set[Stm]]
|
kiama 0.9.0 API
|
|