Property | Type | Description | |
---|---|---|---|
expression | |||
keyword | string |
Method | Description | |
---|---|---|
Create ( |
|
|
CreateReturn ( ) : |
Builds a void return statement.
|
|
CreateReturn ( |
Builds a return statement with the specified expression.
|
|
CreateThrow ( ) : |
Builds a void throw statement.
|
|
CreateThrow ( |
Builds a throw statement with the specified expression.
|
|
ExpressionStatementTranslationUnit ( |
Copy initializes a new instance of the ExpressionStatementTranslationUnit class. For testability. |
|
Translate ( ) : string |
Translate the unit into TypeScript.
|
Method | Description | |
---|---|---|
ExpressionStatementTranslationUnit ( ) : System |
Initializes a new instance of the ExpressionStatementTranslationUnit class.
|
|
ExpressionStatementTranslationUnit ( int nestingLevel ) : System |
Initializes a new instance of the ExpressionStatementTranslationUnit class.
|
public static Create ( |
||
expression | ||
keyword | string | |
return |
public static CreateReturn ( ) : |
||
return |
public static CreateReturn ( |
||
expression | ||
return |
public static CreateThrow ( ) : |
||
return |
public static CreateThrow ( |
||
expression | ||
return |
protected ExpressionStatementTranslationUnit ( ) : System | ||
return | System |
public ExpressionStatementTranslationUnit ( |
||
other | ||
return | System |
protected ExpressionStatementTranslationUnit ( int nestingLevel ) : System | ||
nestingLevel | int | |
return | System |
protected ExpressionTranslationUnit,Rosetta.Translation expression | ||
return |