C# Class Stetic.ProjectGeneratorContext

Inheritance: GeneratorContext
Show file Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
GenerateInstanceExpression ( ObjectWrapper wrapper, System.CodeDom.CodeExpression newObject ) : System.CodeDom.CodeExpression
ProjectGeneratorContext ( CodeNamespace cns, CodeTypeDeclaration type, CodeStatementCollection statements, GenerationOptions options ) : System

Method Details

GenerateInstanceExpression() public method

public GenerateInstanceExpression ( ObjectWrapper wrapper, System.CodeDom.CodeExpression newObject ) : System.CodeDom.CodeExpression
wrapper ObjectWrapper
newObject System.CodeDom.CodeExpression
return System.CodeDom.CodeExpression

ProjectGeneratorContext() public method

public ProjectGeneratorContext ( CodeNamespace cns, CodeTypeDeclaration type, CodeStatementCollection statements, GenerationOptions options ) : System
cns System.CodeDom.CodeNamespace
type System.CodeDom.CodeTypeDeclaration
statements System.CodeDom.CodeStatementCollection
options GenerationOptions
return System