C# Class IronPython.Hosting.PythonCodeDomCodeGen

Inheritance: Microsoft.Scripting.Runtime.CodeDomCodeGen
Afficher le fichier Open project: jschementi/iron

Méthodes protégées

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

Private Methods

Méthode Description
IndentSnippet ( string block ) : string
IndentSnippetStatement ( string block ) : string

Method Details

QuoteString() protected méthode

protected QuoteString ( string val ) : string
val string
Résultat string

WriteExpressionStatement() protected méthode

protected WriteExpressionStatement ( CodeExpressionStatement s ) : void
s System.CodeDom.CodeExpressionStatement
Résultat void

WriteFunctionDefinition() protected méthode

protected WriteFunctionDefinition ( CodeMemberMethod func ) : void
func System.CodeDom.CodeMemberMethod
Résultat void

WriteSnippetExpression() protected méthode

protected WriteSnippetExpression ( CodeSnippetExpression e ) : void
e System.CodeDom.CodeSnippetExpression
Résultat void

WriteSnippetStatement() protected méthode

protected WriteSnippetStatement ( CodeSnippetStatement s ) : void
s System.CodeDom.CodeSnippetStatement
Résultat void