|
kiama 0.9.0 API
|
|
object
ValueAnalysis
extends AnyRef| Value Summary | |
val
|
boolValue
: scala.PartialFunction[Exp, Boolean]
The Boolean value of an expression that is assumed to be of BooleanType
and constant.
|
val
|
intValue
: scala.PartialFunction[Exp, Int]
The integer value of an expression that is assumed to be of IntegerType
and constant.
|
| 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
intValue : scala.PartialFunction[Exp, Int]
val
boolValue : scala.PartialFunction[Exp, Boolean]
|
kiama 0.9.0 API
|
|