C# Class Spark.AbstractSyntax.AbsMethodDecl

Inheritance: AbsMemberDecl
Show file Open project: spark-shading-language/spark

Public Methods

Method Description
AbsMethodDecl ( AbsSyntaxInfo inInfo, Identifier inName, AbsTerm inResultType, IEnumerable inParams, AbsStmt inBody ) : System

Method Details

AbsMethodDecl() public method

public AbsMethodDecl ( AbsSyntaxInfo inInfo, Identifier inName, AbsTerm inResultType, IEnumerable inParams, AbsStmt inBody ) : System
inInfo AbsSyntaxInfo
inName Identifier
inResultType AbsTerm
inParams IEnumerable
inBody AbsStmt
return System