C# Class Rosetta.Translation.ParenthesizedExpressionTranslationUnit

Class describing parenthesis wrapped expressions.
Inheritance: ExpressionTranslationUnit, ICompoundTranslationUnit
Afficher le fichier Open project: andry-tino/Rosetta

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( ITranslationUnit wrappedExpression ) : ParenthesizedExpressionTranslationUnit

Translate ( ) : string

Translate the unit into TypeScript.

Méthodes protégées

Méthode 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 méthode

public static Create ( ITranslationUnit wrappedExpression ) : ParenthesizedExpressionTranslationUnit
wrappedExpression ITranslationUnit
Résultat ParenthesizedExpressionTranslationUnit

ParenthesizedExpressionTranslationUnit() protected méthode

Initializes a new instance of the ParenthesizedExpressionTranslationUnit class.
protected ParenthesizedExpressionTranslationUnit ( ) : System
Résultat System

ParenthesizedExpressionTranslationUnit() protected méthode

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

Translate() public méthode

Translate the unit into TypeScript.
public Translate ( ) : string
Résultat string