kiama.example.lambda.AST

class Exp

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

abstract class Exp
extends scala.Product
Expressions.
Direct Known Subclasses:
AST.Num, AST.Var, AST.Lam, AST.App, AST.Sub

Methods inherited from scala.Product
scala.Product.productElement (abstract), scala.Product.productArity (abstract), scala.Product.productPrefix
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf