|
CBMC
|
Corresponds to the CONSTANT_NameAndType_info Structure Described in Java 8 specification 4.4.6. More...
Inheritance diagram for name_and_type_infot:
Collaboration diagram for name_and_type_infot:Public Member Functions | |
| name_and_type_infot (const pool_entryt &entry) | |
| std::string | get_name (const pool_entry_lookupt &pool_entry) const |
| std::string | get_descriptor (const pool_entry_lookupt &pool_entry) const |
Public Member Functions inherited from structured_pool_entryt | |
| structured_pool_entryt (const pool_entryt &entry) | |
| u1 | get_tag () const |
Private Attributes | |
| u2 | name_index |
| u2 | descriptor_index |
Additional Inherited Members | |
Public Types inherited from structured_pool_entryt | |
| using | pool_entryt = java_bytecode_parsert::pool_entryt |
| using | pool_entry_lookupt = std::function< pool_entryt &(u2)> |
Static Protected Member Functions inherited from structured_pool_entryt | |
| static std::string | read_utf8_constant (const pool_entryt &entry) |
Corresponds to the CONSTANT_NameAndType_info Structure Described in Java 8 specification 4.4.6.
Definition at line 226 of file java_bytecode_parser.cpp.
|
inlineexplicit |
Definition at line 229 of file java_bytecode_parser.cpp.
|
inline |
Definition at line 243 of file java_bytecode_parser.cpp.
|
inline |
Definition at line 237 of file java_bytecode_parser.cpp.
|
private |
Definition at line 251 of file java_bytecode_parser.cpp.
|
private |
Definition at line 250 of file java_bytecode_parser.cpp.