Method | Description | |
---|---|---|
AddStatement ( ITranslationUnit statement ) : void |
|
|
Create ( ) : |
|
|
Translate ( ) : string |
Translate the unit into TypeScript.
|
Method | Description | |
---|---|---|
ShouldRenderSemicolon ( ITranslationUnit statement ) : bool | ||
StatementsGroupTranslationUnit ( ) : System |
Initializes a new instance of the StatementsGroupTranslationUnit class.
|
|
StatementsGroupTranslationUnit ( int nestingLevel ) : System |
Initializes a new instance of the StatementsGroupTranslationUnit class.
|
public AddStatement ( ITranslationUnit statement ) : void | ||
statement | ITranslationUnit | |
return | void |
public static Create ( ) : |
||
return |
protected ShouldRenderSemicolon ( ITranslationUnit statement ) : bool | ||
statement | ITranslationUnit | |
return | bool |
protected StatementsGroupTranslationUnit ( ) : System | ||
return | System |
protected StatementsGroupTranslationUnit ( int nestingLevel ) : System | ||
nestingLevel | int | |
return | System |