프로퍼티 | 타입 | 설명 | |
---|---|---|---|
statements | IEnumerable |
메소드 | 설명 | |
---|---|---|
AddStatement ( ITranslationUnit translationUnit ) : void |
|
|
Create ( VisibilityToken visibility, ITranslationUnit returnType, ITranslationUnit name ) : |
|
|
MethodDeclarationTranslationUnit ( |
Copy initializes a new instance of the MethodDeclarationTranslationUnit class. For testability. |
|
Translate ( ) : string |
Translate the unit into TypeScript.
|
메소드 | 설명 | |
---|---|---|
MethodDeclarationTranslationUnit ( ) : System |
Initializes a new instance of the MethodDeclarationTranslationUnit class.
|
|
ShouldRenderSemicolon ( ITranslationUnit statement ) : bool |
public AddStatement ( ITranslationUnit translationUnit ) : void | ||
translationUnit | ITranslationUnit | |
리턴 | void |
public static Create ( VisibilityToken visibility, ITranslationUnit returnType, ITranslationUnit name ) : |
||
visibility | VisibilityToken | |
returnType | ITranslationUnit | |
name | ITranslationUnit | |
리턴 |
protected MethodDeclarationTranslationUnit ( ) : System | ||
리턴 | System |
public MethodDeclarationTranslationUnit ( |
||
other | ||
리턴 | System |
protected static ShouldRenderSemicolon ( ITranslationUnit statement ) : bool | ||
statement | ITranslationUnit | |
리턴 | bool |