Method | Description | |
---|---|---|
Translate ( ) : string |
Override this. Do not implement a fallback mechanism when overriding. |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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 ( ) : System | ||
return | System |
protected ExpressionTranslationUnit ( ITranslationUnit translationUnit ) : System | ||
translationUnit | ITranslationUnit | The translation unit to use for rendering. |
return | System |
protected ExpressionTranslationUnit ( int nestingLevel ) : System | ||
nestingLevel | int | |
return | System |