CodeGen
 All Classes Namespaces Files Functions Variables Properties Pages
CodeGen.generators.Method Class Reference

The structure that describes method. Contains name, return type, access level, const and static properties and array of parameters More...

Collaboration diagram for CodeGen.generators.Method:
Collaboration graph

Properties

string Name [get, set]
 Represents the name of the method. Type: string More...
 
string Type [get, set]
 Represents return type of the method. Type: string More...
 
string Access [get, set]
 Represents access level of the method. Type: string More...
 
bool Const [get, set]
 Denotes if the method is const or not. Type: boolean More...
 
bool Static [get, set]
 Denotes if the mathod is static or not. Type: boolean More...
 
Parameter[] Parameters [get, set]
 Represents parameters of the method. Type: array of type Parameter More...
 

Detailed Description

The structure that describes method. Contains name, return type, access level, const and static properties and array of parameters

Definition at line 166 of file Models.cs.

Property Documentation

string CodeGen.generators.Method.Access
getset

Represents access level of the method. Type: string

Definition at line 184 of file Models.cs.

bool CodeGen.generators.Method.Const
getset

Denotes if the method is const or not. Type: boolean

Definition at line 190 of file Models.cs.

string CodeGen.generators.Method.Name
getset

Represents the name of the method. Type: string

Definition at line 172 of file Models.cs.

Parameter [] CodeGen.generators.Method.Parameters
getset

Represents parameters of the method. Type: array of type Parameter

Definition at line 202 of file Models.cs.

bool CodeGen.generators.Method.Static
getset

Denotes if the mathod is static or not. Type: boolean

Definition at line 196 of file Models.cs.

string CodeGen.generators.Method.Type
getset

Represents return type of the method. Type: string

Definition at line 178 of file Models.cs.


The documentation for this class was generated from the following file: