|
CACAO
|
MethodDescriptor TODO: more info. More...
Public Types | |
| typedef alloc::vector < Type::TypeID >::type | ParameterTypeListTy |
| typedef ParameterTypeListTy::iterator | iterator |
| typedef ParameterTypeListTy::const_iterator | const_iterator |
Public Member Functions | |
| MethodDescriptor (unsigned size) | |
| unsigned | size () const |
| Type::TypeID & | operator[] (unsigned i) |
| Type::TypeID | operator[] (unsigned i) const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
Private Attributes | |
| ParameterTypeListTy | parameter_type_list |
MethodDescriptor TODO: more info.
Definition at line 42 of file MethodDescriptor.hpp.
| typedef ParameterTypeListTy::const_iterator cacao::jit::compiler2::MethodDescriptor::const_iterator |
Definition at line 46 of file MethodDescriptor.hpp.
| typedef ParameterTypeListTy::iterator cacao::jit::compiler2::MethodDescriptor::iterator |
Definition at line 45 of file MethodDescriptor.hpp.
| typedef alloc::vector<Type::TypeID>::type cacao::jit::compiler2::MethodDescriptor::ParameterTypeListTy |
Definition at line 44 of file MethodDescriptor.hpp.
|
inline |
Definition at line 50 of file MethodDescriptor.hpp.
|
inline |
Definition at line 60 of file MethodDescriptor.hpp.
|
inline |
Definition at line 63 of file MethodDescriptor.hpp.
|
inline |
Definition at line 61 of file MethodDescriptor.hpp.
|
inline |
Definition at line 64 of file MethodDescriptor.hpp.
|
inline |
Definition at line 53 of file MethodDescriptor.hpp.
|
inline |
Definition at line 56 of file MethodDescriptor.hpp.
|
inline |
Definition at line 52 of file MethodDescriptor.hpp.
|
private |
Definition at line 48 of file MethodDescriptor.hpp.
1.8.5