Méthode | Description | |
---|---|---|
AddStatement ( ITranslationUnit statement ) : void |
|
|
Create ( ) : |
|
|
Translate ( ) : string |
Translate the unit into TypeScript.
|
Méthode | 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 | |
Résultat | void |
public static Create ( ) : |
||
Résultat |
protected ShouldRenderSemicolon ( ITranslationUnit statement ) : bool | ||
statement | ITranslationUnit | |
Résultat | bool |
protected StatementsGroupTranslationUnit ( ) : System | ||
Résultat | System |
protected StatementsGroupTranslationUnit ( int nestingLevel ) : System | ||
nestingLevel | int | |
Résultat | System |