kiama.example.oberon0.compiler

object ErrorCheck

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

object ErrorCheck
extends AnyRef
Drive the semantic analysis of a program by checking error conditions.
Value Summary
val collectErrors : scala.PartialFunction[Attributable, Unit]
Collect the errors at a node or its children. The errors are recorded using Kiama's Messaging module.
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 collectErrors : scala.PartialFunction[Attributable, Unit]
Collect the errors at a node or its children. The errors are recorded using Kiama's Messaging module.