C# Класс Rosetta.Translation.ParenthesizedExpressionTranslationUnit

Class describing parenthesis wrapped expressions.
Наследование: ExpressionTranslationUnit, ICompoundTranslationUnit
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Create ( ITranslationUnit wrappedExpression ) : ParenthesizedExpressionTranslationUnit

Translate ( ) : string

Translate the unit into TypeScript.

Защищенные методы

Метод Описание
ParenthesizedExpressionTranslationUnit ( ) : System

Initializes a new instance of the ParenthesizedExpressionTranslationUnit class.

ParenthesizedExpressionTranslationUnit ( int nestingLevel ) : System

Initializes a new instance of the ParenthesizedExpressionTranslationUnit class.

Описание методов

Create() публичный статический Метод

public static Create ( ITranslationUnit wrappedExpression ) : ParenthesizedExpressionTranslationUnit
wrappedExpression ITranslationUnit
Результат ParenthesizedExpressionTranslationUnit

ParenthesizedExpressionTranslationUnit() защищенный Метод

Initializes a new instance of the ParenthesizedExpressionTranslationUnit class.
protected ParenthesizedExpressionTranslationUnit ( ) : System
Результат System

ParenthesizedExpressionTranslationUnit() защищенный Метод

Initializes a new instance of the ParenthesizedExpressionTranslationUnit class.
protected ParenthesizedExpressionTranslationUnit ( int nestingLevel ) : System
nestingLevel int
Результат System

Translate() публичный Метод

Translate the unit into TypeScript.
public Translate ( ) : string
Результат string