kiama.example.lambda2.AST

object IntType

[source: kiama/example/lambda2/AST.scala]

case object IntType
extends Type
Primitive integer type.
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 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

override def productArity : Int

override def productElement(arg0 : Int) : Any

protected def readResolve : AnyRef