![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
Public Attributes | |
| std::string | returnType |
| std::string | name |
| std::vector< Param > | params |
| std::string | rawLine |
| int | lineNumber = 0 |
Definition at line 19 of file binding_generator.cpp.
| int Function::lineNumber = 0 |
Definition at line 25 of file binding_generator.cpp.
| std::string Function::name |
Definition at line 22 of file binding_generator.cpp.
| std::vector<Param> Function::params |
Definition at line 23 of file binding_generator.cpp.
| std::string Function::rawLine |
Definition at line 24 of file binding_generator.cpp.
| std::string Function::returnType |
Definition at line 21 of file binding_generator.cpp.