CodeGen
 All Classes Namespaces Files Functions Variables Properties Pages
Models.cs File Reference

Go to the source code of this file.

Classes

class  CodeGen.generators.Package
 The structure that describes package. Contains classes and subpackages More...
 
class  CodeGen.generators.Class
 The structure that describes class. Contains name, array of fields, methods and subclasses, parent class name, access specifier. Overrides ToString() method. More...
 
class  CodeGen.generators.Variable
 The structure that describes variable. Contains name, type and default value More...
 
class  CodeGen.generators.Field
 The structure that describes field. Contains access, const and static properties. Inherits from Variable More...
 
class  CodeGen.generators.Parameter
 The structure that describes parameter. Inherits from Variable More...
 
class  CodeGen.generators.Method
 The structure that describes method. Contains name, return type, access level, const and static properties and array of parameters More...
 

Namespaces

package  CodeGen.generators