CodeGen
 All Classes Namespaces Files Functions Variables Properties Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NCodeGen
 oNgenerators
 |oCCppGeneratorGenerator for C++
 |oCCppValidator
 |oCCSharpGeneratorGenerator for C#
 |oCCSharpNormalizerNormalizer for C#
 |oCEs6GeneratorGenerator for JavaScript ES6
 |oCGeneratorInterface of language generator
 |oCNormalizerInterface of language normalizer: normalizes package data according to specified language
 |oCValidator
 |oCLanguangeThe class that describes programming language and has a generator for it
 |oCGeneratorConfHolds the configuration of generator
 |oCGoGeneratorGenerator for Go
 |oCGroovyGeneratorGenerator for Groovy
 |oCJavaGeneratorGenerator for Java
 |oCJavaNormalizerNormalizer for Java
 |oCJavaValidator
 |oCPackageThe structure that describes package. Contains classes and subpackages
 |oCClassThe structure that describes class. Contains name, array of fields, methods and subclasses, parent class name, access specifier. Overrides ToString() method.
 |oCVariableThe structure that describes variable. Contains name, type and default value
 |oCFieldThe structure that describes field. Contains access, const and static properties. Inherits from Variable
 |oCParameterThe structure that describes parameter. Inherits from Variable
 |oCMethodThe structure that describes method. Contains name, return type, access level, const and static properties and array of parameters
 |oCPythonGeneratorGenerator for Python
 |oCRubyGeneratorGenerator for Ruby
 |oCVbGeneratorGenerator for Visual Basic
 |\CVbNormalizerNormalizer for Visual Basic
 oNparser
 |\CParserParser
 \Nutils