Uses of Class
org.millscript.millscript.syntax.FunctionHeader

Packages that use FunctionHeader
org.millscript.millscript.syntax   
 

Uses of FunctionHeader in org.millscript.millscript.syntax
 

Methods in org.millscript.millscript.syntax with parameters of type FunctionHeader
 MethodOverrideExpr MethodOverrideSyntax.procedure(FunctionHeader header, Expr body, Parser parser)
           
 VarExpr MemoSyntax.procedure(FunctionHeader header, Expr body, Parser parser)
           
 LambdaExpr FunSyntax.procedure(FunctionHeader header, Expr body, Parser parser)
           
 VarExpr SpiceClassInitSyntax.procedure(FunctionHeader header, Expr body, Parser parser)
           
abstract  Expr ProcedureSyntax.procedure(FunctionHeader header, Expr body, Parser parser)
          Returns the expression for this type of proceedure syntax.
 VarExpr MethodSyntax.procedure(FunctionHeader header, Expr body, Parser parser)
           
 VarExpr FunctionSyntax.procedure(FunctionHeader header, Expr body, Parser parser)
           
 



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