Method | Description | |
---|---|---|
CreateEscapedIdentifier ( string value ) : string | ||
CreateValidIdentifier ( string value ) : string | ||
GenerateArgumentReferenceExpression ( |
||
GenerateArrayCreateExpression ( |
||
GenerateArrayIndexerExpression ( |
||
GenerateAssignStatement ( |
||
GenerateAttachEventStatement ( System.CodeDom.CodeAttachEventStatement statement ) : void | ||
GenerateAttributeDeclarationsEnd ( |
||
GenerateAttributeDeclarationsStart ( |
||
GenerateBaseReferenceExpression ( System.CodeDom.CodeBaseReferenceExpression expression ) : void | ||
GenerateCastExpression ( |
||
GenerateComment ( |
||
GenerateCompileUnit ( |
||
GenerateCompileUnitStart ( |
||
GenerateConditionStatement ( |
||
GenerateConstructor ( |
||
GenerateDecimalValue ( decimal d ) : void | ||
GenerateDelegateCreateExpression ( |
||
GenerateDelegateInvokeExpression ( |
||
GenerateDirectives ( |
||
GenerateEntryPointMethod ( |
||
GenerateEvent ( |
||
GenerateEventReferenceExpression ( |
||
GenerateExpressionStatement ( |
||
GenerateField ( |
||
GenerateFieldReferenceExpression ( |
||
GenerateGotoStatement ( |
||
GenerateIndexerExpression ( |
||
GenerateIterationStatement ( |
||
GenerateLabeledStatement ( |
||
GenerateLinePragmaEnd ( |
||
GenerateLinePragmaStart ( |
||
GenerateMethod ( |
||
GenerateMethodInvokeExpression ( |
||
GenerateMethodReferenceExpression ( |
||
GenerateMethodReturnStatement ( |
||
GenerateNamespaceEnd ( |
||
GenerateNamespaceImport ( |
||
GenerateNamespaceStart ( |
||
GenerateObjectCreateExpression ( |
||
GenerateParameterDeclarationExpression ( |
||
GeneratePrimitiveExpression ( |
||
GenerateProperty ( |
||
GeneratePropertyReferenceExpression ( |
||
GeneratePropertySetValueReferenceExpression ( System.CodeDom.CodePropertySetValueReferenceExpression expression ) : void | ||
GenerateRemoveEventStatement ( |
||
GenerateSingleFloatValue ( float f ) : void | ||
GenerateSnippetExpression ( |
||
GenerateSnippetMember ( |
||
GenerateThisReferenceExpression ( System.CodeDom.CodeThisReferenceExpression expression ) : void | ||
GenerateThrowExceptionStatement ( |
||
GenerateTryCatchFinallyStatement ( |
||
GenerateTypeConstructor ( |
||
GenerateTypeEnd ( |
||
GenerateTypeOfExpression ( |
||
GenerateTypeStart ( |
||
GenerateVariableDeclarationStatement ( |
||
GenerateVariableReferenceExpression ( |
||
GetTypeOutput ( |
||
IsValidIdentifier ( string identifier ) : bool | ||
OutputFieldScopeModifier ( MemberAttributes attributes ) : void | ||
OutputMemberAccessModifier ( MemberAttributes attributes ) : void | ||
OutputMemberScopeModifier ( MemberAttributes attributes ) : void | ||
OutputType ( |
||
QuoteSnippetString ( string value ) : string | ||
Supports ( GeneratorSupport support ) : bool |
Method | Description | |
---|---|---|
DetermineTypeOutput ( |
||
FillKeywordTable ( ) : void | ||
GenerateCharValue ( char c ) : void | ||
GetSafeName ( string id ) : string | ||
OutputAttributeDeclaration ( |
||
OutputAttributes ( |
||
OutputStartBrace ( ) : void | ||
OutputTypeAttributes ( |
||
OutputVTableModifier ( MemberAttributes attributes ) : void | ||
is_identifier_part_character ( char c ) : bool | ||
is_identifier_start_character ( char c ) : bool |
protected CreateEscapedIdentifier ( string value ) : string | ||
value | string | |
return | string |
protected CreateValidIdentifier ( string value ) : string | ||
value | string | |
return | string |
protected GenerateArgumentReferenceExpression ( |
||
expression | ||
return | void |
protected GenerateArrayCreateExpression ( |
||
expression | ||
return | void |
protected GenerateArrayIndexerExpression ( |
||
expression | ||
return | void |
protected GenerateAssignStatement ( |
||
statement | ||
return | void |
protected GenerateAttachEventStatement ( System.CodeDom.CodeAttachEventStatement statement ) : void | ||
statement | System.CodeDom.CodeAttachEventStatement | |
return | void |
protected GenerateAttributeDeclarationsEnd ( |
||
attributes | ||
return | void |
protected GenerateAttributeDeclarationsStart ( |
||
attributes | ||
return | void |
protected GenerateBaseReferenceExpression ( System.CodeDom.CodeBaseReferenceExpression expression ) : void | ||
expression | System.CodeDom.CodeBaseReferenceExpression | |
return | void |
protected GenerateCastExpression ( |
||
expression | ||
return | void |
protected GenerateComment ( |
||
comment | ||
return | void |
protected GenerateCompileUnit ( |
||
compileUnit | ||
return | void |
protected GenerateCompileUnitStart ( |
||
compileUnit | ||
return | void |
protected GenerateConditionStatement ( |
||
statement | ||
return | void |
protected GenerateConstructor ( |
||
constructor | ||
declaration | ||
return | void |
protected GenerateDecimalValue ( decimal d ) : void | ||
d | decimal | |
return | void |
protected GenerateDelegateCreateExpression ( |
||
expression | ||
return | void |
protected GenerateDelegateInvokeExpression ( |
||
expression | ||
return | void |
protected GenerateDirectives ( |
||
directives | ||
return | void |
protected GenerateEntryPointMethod ( |
||
method | ||
declaration | ||
return | void |
protected GenerateEvent ( |
||
eventRef | ||
declaration | ||
return | void |
protected GenerateEventReferenceExpression ( |
||
expression | ||
return | void |
protected GenerateExpressionStatement ( |
||
statement | ||
return | void |
protected GenerateField ( |
||
field | ||
return | void |
protected GenerateFieldReferenceExpression ( |
||
expression | ||
return | void |
protected GenerateGotoStatement ( |
||
statement | ||
return | void |
protected GenerateIndexerExpression ( |
||
expression | ||
return | void |
protected GenerateIterationStatement ( |
||
statement | ||
return | void |
protected GenerateLabeledStatement ( |
||
statement | ||
return | void |
protected GenerateLinePragmaEnd ( |
||
linePragma | ||
return | void |
protected GenerateLinePragmaStart ( |
||
linePragma | ||
return | void |
protected GenerateMethod ( |
||
method | ||
declaration | ||
return | void |
protected GenerateMethodInvokeExpression ( |
||
expression | ||
return | void |
protected GenerateMethodReferenceExpression ( |
||
expression | ||
return | void |
protected GenerateMethodReturnStatement ( |
||
statement | ||
return | void |
protected GenerateNamespaceEnd ( |
||
ns | ||
return | void |
protected GenerateNamespaceImport ( |
||
import | ||
return | void |
protected GenerateNamespaceStart ( |
||
ns | ||
return | void |
protected GenerateObjectCreateExpression ( |
||
expression | ||
return | void |
protected GenerateParameterDeclarationExpression ( |
||
e | ||
return | void |
protected GeneratePrimitiveExpression ( |
||
e | ||
return | void |
protected GenerateProperty ( |
||
property | ||
declaration | ||
return | void |
protected GeneratePropertyReferenceExpression ( |
||
expression | ||
return | void |
protected GeneratePropertySetValueReferenceExpression ( System.CodeDom.CodePropertySetValueReferenceExpression expression ) : void | ||
expression | System.CodeDom.CodePropertySetValueReferenceExpression | |
return | void |
protected GenerateRemoveEventStatement ( |
||
statement | ||
return | void |
protected GenerateSingleFloatValue ( float f ) : void | ||
f | float | |
return | void |
protected GenerateSnippetExpression ( |
||
expression | ||
return | void |
protected GenerateSnippetMember ( |
||
member | ||
return | void |
protected GenerateThisReferenceExpression ( System.CodeDom.CodeThisReferenceExpression expression ) : void | ||
expression | System.CodeDom.CodeThisReferenceExpression | |
return | void |
protected GenerateThrowExceptionStatement ( |
||
statement | ||
return | void |
protected GenerateTryCatchFinallyStatement ( |
||
statement | ||
return | void |
protected GenerateTypeConstructor ( |
||
constructor | ||
return | void |
protected GenerateTypeEnd ( |
||
declaration | ||
return | void |
protected GenerateTypeOfExpression ( |
||
e | ||
return | void |
protected GenerateTypeStart ( |
||
declaration | ||
return | void |
protected GenerateVariableDeclarationStatement ( |
||
statement | ||
return | void |
protected GenerateVariableReferenceExpression ( |
||
expression | ||
return | void |
protected GetTypeOutput ( |
||
value | ||
return | string |
protected IsValidIdentifier ( string identifier ) : bool | ||
identifier | string | |
return | bool |
protected OutputFieldScopeModifier ( MemberAttributes attributes ) : void | ||
attributes | MemberAttributes | |
return | void |
protected OutputMemberAccessModifier ( MemberAttributes attributes ) : void | ||
attributes | MemberAttributes | |
return | void |
protected OutputMemberScopeModifier ( MemberAttributes attributes ) : void | ||
attributes | MemberAttributes | |
return | void |
protected OutputType ( |
||
typeRef | ||
return | void |
protected QuoteSnippetString ( string value ) : string | ||
value | string | |
return | string |
protected Supports ( GeneratorSupport support ) : bool | ||
support | GeneratorSupport | |
return | bool |