#include <constantpool.hpp>
Inheritance diagram for ClassEncoder::Methodref_info:
Public Member Functions | |
Methodref_info (u2 classi, u2 nameati) | |
Constructor. | |
virtual | ~Methodref_info () |
Destructor. | |
virtual void | write (std::ofstream &stream) const |
Write entry to stream. | |
Private Attributes | |
u2 | class_index |
u2 | name_and_type_index |
Represents a methodref_info entry as defined by SUN: http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#42041
Definition at line 89 of file constantpool.hpp.
|
Constructor.
Definition at line 97 of file constantpool.hpp. |
|
Write entry to stream.
Reimplemented from ClassEncoder::cp_info. Definition at line 94 of file constantpool.cpp. References ClassEncoder::ClassWriterBase::writeu2(). |