Uses of Class
org.millscript.millscript.expr.LambdaExpr

Packages that use LambdaExpr
org.millscript.millscript.expr   
org.millscript.millscript.syntax   
 

Uses of LambdaExpr in org.millscript.millscript.expr
 

Constructors in org.millscript.millscript.expr with parameters of type LambdaExpr
MemoExpr(LambdaExpr e)
          Creates a new memo expression, for the specified lamba expression.
MethodExpr(NameExpr name, LambdaExpr e)
          Creates a new method expression, for the specified lamba expression.
MethodOverrideExpr(NameExpr mn, NameExpr cn, LambdaExpr e)
          Creates a new method override expression, to override the specified method with the new body for the specified type signature.
SpiceClassInitExpr(NameExpr name, LambdaExpr lambda)
          Constructs a new init expression for the specified initialiser.
 

Uses of LambdaExpr in org.millscript.millscript.syntax
 

Methods in org.millscript.millscript.syntax that return LambdaExpr
 LambdaExpr FunSyntax.procedure(FunctionHeader header, Expr body, Parser parser)
           
 



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.