C# Class Pytocs.Translate.LambdaBodyGenerator

Inheritance: MethodGenerator
Show file Open project: uxmal/pytocs Class Usage Examples

Public Methods

Method Description
LambdaBodyGenerator ( FunctionDef f, List args, bool isStatic, CodeGenerator gen ) : System

Protected Methods

Method Description
Generate ( CodeParameterDeclarationExpression parms ) : CodeMemberMethod

Private Methods

Method Description
GenerateLambdaVariable ( FunctionDef f ) : CodeVariableDeclarationStatement

Method Details

Generate() protected method

protected Generate ( CodeParameterDeclarationExpression parms ) : CodeMemberMethod
parms CodeParameterDeclarationExpression
return CodeMemberMethod

LambdaBodyGenerator() public method

public LambdaBodyGenerator ( FunctionDef f, List args, bool isStatic, CodeGenerator gen ) : System
f FunctionDef
args List
isStatic bool
gen Pytocs.CodeModel.CodeGenerator
return System