Property | Type | Description | |
---|---|---|---|
SourceSpanKey | object |
Method | Description | |
---|---|---|
GenerateCode ( |
Method | Description | |
---|---|---|
QuoteString ( string val ) : string | ||
WriteArgumentReferenceExpression ( |
||
WriteCallExpression ( |
||
WriteExpressionStatement ( |
||
WriteFunctionDefinition ( |
||
WritePrimitiveExpression ( |
||
WriteSnippetExpression ( |
||
WriteSnippetStatement ( |
Method | Description | |
---|---|---|
CreateSourceUnit ( LanguageContext context, string path, SourceCodeKind kind ) : SourceUnit | ||
WriteExpression ( System.CodeDom.CodeExpression e ) : void | ||
WriteStatement ( |
public GenerateCode ( |
||
codeDom | ||
context | LanguageContext | |
path | string | |
kind | SourceCodeKind | |
return | SourceUnit |
abstract protected QuoteString ( string val ) : string | ||
val | string | |
return | string |
protected WriteArgumentReferenceExpression ( |
||
e | ||
return | void |
protected WriteCallExpression ( |
||
m | ||
return | void |
abstract protected WriteExpressionStatement ( |
||
s | ||
return | void |
abstract protected WriteFunctionDefinition ( |
||
func | ||
return | void |
protected WritePrimitiveExpression ( |
||
e | ||
return | void |
protected WriteSnippetExpression ( |
||
e | ||
return | void |
protected WriteSnippetStatement ( |
||
s | ||
return | void |