MysoreScript
|
Methods in a class's method list. More...
#include <runtime.hh>
Public Attributes | |
Selector | selector |
The selector that this method applies to. More... | |
int32_t | args |
The number of arguments that this method takes. More... | |
CompiledMethod | function |
The compiled method, if one exists. More... | |
AST::ClosureDecl * | AST |
The AST for this method. More... | |
Methods in a class's method list.
Definition at line 85 of file runtime.hh.
int32_t MysoreScript::Method::args |
The number of arguments that this method takes.
Definition at line 94 of file runtime.hh.
AST::ClosureDecl* MysoreScript::Method::AST |
The AST for this method.
Definition at line 102 of file runtime.hh.
CompiledMethod MysoreScript::Method::function |
The compiled method, if one exists.
Definition at line 98 of file runtime.hh.
Selector MysoreScript::Method::selector |
The selector that this method applies to.
Definition at line 90 of file runtime.hh.