A singleton class containing data used by codegen
More...
|
string | Mangle (string name) |
| Append @ to all reserved keywords that appear on the given name More...
|
|
string | UnMangle (string name) |
| Remove all the @ More...
|
|
|
const string | Object = "System.Object" |
|
|
static CodeGenUtil | Instance [get] |
|
CodeNamespaceImport[] | NamespaceImports [get] |
|
CodeCommentStatement | FileComment [get] |
|
HashSet< string > | ReservedKeywords [get] |
|
A singleton class containing data used by codegen
string Avro.CodeGenUtil.Mangle |
( |
string |
name | ) |
|
|
inline |
Append @ to all reserved keywords that appear on the given name
- Parameters
-
- Returns
string Avro.CodeGenUtil.UnMangle |
( |
string |
name | ) |
|
|
inline |
Remove all the @
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- src/apache/main/CodeGen/CodeGenUtil.cs