C# 클래스 Rosetta.Translation.ParenthesizedExpressionTranslationUnit

Class describing parenthesis wrapped expressions.
상속: ExpressionTranslationUnit, ICompoundTranslationUnit
파일 보기 프로젝트 열기: andry-tino/Rosetta

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