kiama.example.oberon0.compiler

object ConstantAnalysis

[source: kiama/example/oberon0/compiler/ConstantAnalysis.scala]

object ConstantAnalysis
extends AnyRef
Value Summary
val isConstant : scala.PartialFunction[Exp, Boolean]
Is an expression constant or not?
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 isConstant : scala.PartialFunction[Exp, Boolean]
Is an expression constant or not?