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