|
kiama 0.9.0 API
|
|
trait
LivenessImpl
extends Liveness with AnyRef| Value Summary | |
val
|
in
: scala.PartialFunction[Stm, scala.collection.immutable.Set[java.lang.String]]
Variables "live" into a statement.
|
val
|
out
: scala.PartialFunction[Stm, scala.collection.immutable.Set[java.lang.String]]
Variables "live" out of a statement.
|
| 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 |
|
kiama 0.9.0 API
|
|