C# Class Rosetta.Translation.ParenthesizedExpressionTranslationUnit

Class describing parenthesis wrapped expressions.
Inheritance: ExpressionTranslationUnit, ICompoundTranslationUnit
Mostrar archivo Open project: andry-tino/Rosetta

Private Properties

Property Type Description

Public Methods

Method Description
Create ( ITranslationUnit wrappedExpression ) : ParenthesizedExpressionTranslationUnit

Translate ( ) : string

Translate the unit into TypeScript.

Protected Methods

Method Description
ParenthesizedExpressionTranslationUnit ( ) : System

Initializes a new instance of the ParenthesizedExpressionTranslationUnit class.

ParenthesizedExpressionTranslationUnit ( int nestingLevel ) : System

Initializes a new instance of the ParenthesizedExpressionTranslationUnit class.

Method Details

Create() public static method

public static Create ( ITranslationUnit wrappedExpression ) : ParenthesizedExpressionTranslationUnit
wrappedExpression ITranslationUnit
return ParenthesizedExpressionTranslationUnit

ParenthesizedExpressionTranslationUnit() protected method

Initializes a new instance of the ParenthesizedExpressionTranslationUnit class.
protected ParenthesizedExpressionTranslationUnit ( ) : System
return System

ParenthesizedExpressionTranslationUnit() protected method

Initializes a new instance of the ParenthesizedExpressionTranslationUnit class.
protected ParenthesizedExpressionTranslationUnit ( int nestingLevel ) : System
nestingLevel int
return System

Translate() public method

Translate the unit into TypeScript.
public Translate ( ) : string
return string