|
kiama 0.9.0 API
|
|
trait
ControlFlowImpl
extends ControlFlow with AnyRef| Value Summary | |
val
|
following
: scala.PartialFunction[Stm, scala.collection.immutable.Set[Stm]]
Control flow default successor relation.
|
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 |
val
succ : scala.PartialFunction[Stm, scala.collection.immutable.Set[Stm]]
val
following : scala.PartialFunction[Stm, scala.collection.immutable.Set[Stm]]
|
kiama 0.9.0 API
|
|