kiama.example.lambda2.Evaluator

object freshvar

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

object freshvar
extends AnyRef
Generate a fresh variable name. Prefix the name with an underscore to avoid the potential for clashes with user-level varaibles (which must start with a letter).
Method Summary
def apply : java.lang.String
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def apply : java.lang.String