|
Classdesc 3.44
|


Public Member Functions | |
| virtual void | add_functor (const std::string &name, Functional_ptr f, const std::string &sig) |
| Public Member Functions inherited from ClassFile | |
| bool | operator== (const ClassFile &x) const |
| void | addMethod (const std::string &method_name, const std::string &descriptor) |
| add a method | |
| void | makeNative () |
| make this a concrete class with native methods | |
| void | makeInterface () |
| make this an interface with abstract methods | |
Additional Inherited Members | |
| Public Attributes inherited from ClassFile | |
| u4 | magic |
| u2 | minor_version |
| u2 | major_version |
| ConstantPoolVector | constant_pool |
| u2 | access_flags |
| u2 | this_class |
| u2 | super_class |
| JavaClassVector< u2 > | interfaces |
| JavaClassVector< field_info > | fields |
| JavaClassVector< method_info > | methods |
| JavaClassVector< attribute_info > | attributes |