CodeGenerator Members
The CodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CodeGenerator()()()() |
Generates the code from the contents of the address space.
|
|
CodeGenerator(String, String, Dictionary<(Of <<'(String, String>)>>), String) |
Generates the code from the contents of the address space.
|
Methods
Name | Description | |
---|---|---|
AddTemplate |
Initializes a template to use for substitution.
|
|
CollectDatatypes |
Returns the list of datatypes to process.
|
|
GetAnsiCTypeName |
Returns a name qualified with a namespace prefix.
|
|
GetDataTypeList(Type, Boolean, Boolean) |
Returns the list of datatypes to process.
|
|
GetDescription |
Creates a description from a documentation element.
|
|
GetDotNetTypeName |
Returns a name qualified with a namespace prefix.
|
|
IsNull |
Checks for a null qualified name.
|
|
ToLowerCamelCase |
Ensures the first character is lower case.
|
Properties
Name | Description | |
---|---|---|
DictionariesToExport |
The dictionaries that should be exported in addition to the target dictionary.
|
|
Dictionary |
The dictionary being processed.
|
|
DictionaryName |
The name of the dictionary being processed.
|
|
OutputDirectory |
The directory used to place any output files.
|
|
TargetLanguage |
The target language to use for the output.
|
|
Validator |
The validator used to verify the type dictionary.
|