kiama.example.oberon0.compiler.AST

object InvalidType

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

case object InvalidType
extends Type with scala.Product
Values and Variables inherited from Attributable
parent, _next, index
Values and Variables inherited from scala.util.parsing.input.Positional
scala.util.parsing.input.Positional.pos
Method Summary
override def productArity : Int
override def productElement (arg0 : Int) : Any
override def productPrefix : java.lang.String
protected def readResolve : AnyRef
override def toString : java.lang.String
Returns a string representation of the object.
Methods inherited from PrettyPrintable
printTabs, printList, pretty
Methods inherited from Attributable
parent, isRoot, prev, next, isFirst, isLast, children, ->
Methods inherited from scala.util.parsing.input.Positional
scala.util.parsing.input.Positional.setPos
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def toString : java.lang.String
Returns a string representation of the object.

The default representation is platform dependent.

Returns
a string representation of the object.


override def productPrefix : java.lang.String
Overrides
scala.Product.scala.Product.productPrefix

override def productArity : Int
Overrides
scala.Product.scala.Product.productArity

override def productElement(arg0 : Int) : Any
Overrides
scala.Product.scala.Product.productElement

protected def readResolve : AnyRef