프로퍼티 | 타입 | 설명 | |
---|---|---|---|
expressions | ITranslationUnit[] | ||
names | ITranslationUnit[] | ||
shouldRenderDeclarationKeyword | bool | ||
type | ITranslationUnit |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
TranslateSingleDeclaration | string |
메소드 | 설명 | |
---|---|---|
Create ( ITranslationUnit type, ITranslationUnit names, ITranslationUnit expressions = null, bool shouldRenderDeclarationKeyword = true ) : |
|
|
Translate ( ) : string |
Translate the unit into TypeScript.
|
|
VariableDeclarationTranslationUnit ( |
Copy initializes a new instance of the VariableDeclarationTranslationUnit class. For testability. |
메소드 | 설명 | |
---|---|---|
VariableDeclarationTranslationUnit ( ) : System |
Initializes a new instance of the VariableDeclarationTranslationUnit class.
|
|
VariableDeclarationTranslationUnit ( int nestingLevel ) : System |
Initializes a new instance of the VariableDeclarationTranslationUnit class.
|
메소드 | 설명 | |
---|---|---|
TranslateSingleDeclaration ( ) : string |
public static Create ( ITranslationUnit type, ITranslationUnit names, ITranslationUnit expressions = null, bool shouldRenderDeclarationKeyword = true ) : |
||
type | ITranslationUnit | |
names | ITranslationUnit | |
expressions | ITranslationUnit | |
shouldRenderDeclarationKeyword | bool | |
리턴 |
protected VariableDeclarationTranslationUnit ( ) : System | ||
리턴 | System |
public VariableDeclarationTranslationUnit ( |
||
other | ||
리턴 | System |
protected VariableDeclarationTranslationUnit ( int nestingLevel ) : System | ||
nestingLevel | int | |
리턴 | System |