메소드 | 설명 | |
---|---|---|
Translate ( ) : string |
Override this. Do not implement a fallback mechanism when overriding. |
메소드 | 설명 | |
---|---|---|
ExpressionTranslationUnit ( ) : System |
Initializes a new instance of the ExpressionTranslationUnit class.
|
|
ExpressionTranslationUnit ( ITranslationUnit translationUnit ) : System |
Initializes a new instance of the ExpressionTranslationUnit class.
|
|
ExpressionTranslationUnit ( int nestingLevel ) : System |
Initializes a new instance of the ExpressionTranslationUnit class.
|
메소드 | 설명 | |
---|---|---|
Create ( ITranslationUnit translationUnit ) : |
This builder has a sole purpose: allowing the ability to create expressions that translates in a particular desired way. This is more a utility mechanism!
|
protected ExpressionTranslationUnit ( ITranslationUnit translationUnit ) : System | ||
translationUnit | ITranslationUnit | The translation unit to use for rendering. |
리턴 | System |
protected ExpressionTranslationUnit ( int nestingLevel ) : System | ||
nestingLevel | int | |
리턴 | System |