kiama.example.picojava

object NullObjects

[source: kiama/example/picojava/NullObjects.scala]

object NullObjects
extends AnyRef
This file is derived from a JastAdd implementation of PicoJava, created in the Department of Computer Science at Lund University. See the following web site for details: http://jastadd.cs.lth.se/examples/PicoJava/index.shtml
Value Summary
val unknownDecl : scala.PartialFunction[Attributable, UnknownDecl]
A declaration object representing an unknown entity. syn lazy UnknownDecl Program.unknownDecl() = (UnknownDecl) localLookup("$unknown"); inh Decl TypeDecl.unknownDecl(); inh Decl Block.unknownDecl(); eq Program.getBlock().unknownDecl() = unknownDecl(); eq Program.getPredefinedType().unknownDecl() = unknownDecl();
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 unknownDecl : scala.PartialFunction[Attributable, UnknownDecl]
A declaration object representing an unknown entity. syn lazy UnknownDecl Program.unknownDecl() = (UnknownDecl) localLookup("$unknown"); inh Decl TypeDecl.unknownDecl(); inh Decl Block.unknownDecl(); eq Program.getBlock().unknownDecl() = unknownDecl(); eq Program.getPredefinedType().unknownDecl() = unknownDecl();