C# Class IronPython.Hosting.PythonCodeDomCodeGen

Inheritance: Microsoft.Scripting.Runtime.CodeDomCodeGen
Show file Open project: jschementi/iron

Protected Methods

Method Description
QuoteString ( string val ) : string
WriteExpressionStatement ( CodeExpressionStatement s ) : void
WriteFunctionDefinition ( CodeMemberMethod func ) : void
WriteSnippetExpression ( CodeSnippetExpression e ) : void
WriteSnippetStatement ( CodeSnippetStatement s ) : void

Private Methods

Method Description
IndentSnippet ( string block ) : string
IndentSnippetStatement ( string block ) : string

Method Details

QuoteString() protected method

protected QuoteString ( string val ) : string
val string
return string

WriteExpressionStatement() protected method

protected WriteExpressionStatement ( CodeExpressionStatement s ) : void
s System.CodeDom.CodeExpressionStatement
return void

WriteFunctionDefinition() protected method

protected WriteFunctionDefinition ( CodeMemberMethod func ) : void
func System.CodeDom.CodeMemberMethod
return void

WriteSnippetExpression() protected method

protected WriteSnippetExpression ( CodeSnippetExpression e ) : void
e System.CodeDom.CodeSnippetExpression
return void

WriteSnippetStatement() protected method

protected WriteSnippetStatement ( CodeSnippetStatement s ) : void
s System.CodeDom.CodeSnippetStatement
return void