CACAO
|
Fieldref, Methodref and InterfaceMethodref. More...
Public Member Functions | |
constant_FMIref (constant_classref *ref, Utf8String name, Utf8String descriptor, parseddesc_t parseddesc) | |
bool | is_resolved () const |
Data Fields | |
union { | |
constant_classref * classref | |
fieldinfo * field | |
methodinfo * method | |
} | p |
const Utf8String | name |
const Utf8String | descriptor |
const parseddesc_t | parseddesc |
Fieldref, Methodref and InterfaceMethodref.
Definition at line 86 of file references.hpp.
|
inline |
Definition at line 87 of file references.hpp.
|
inline |
Definition at line 107 of file references.hpp.
constant_classref* constant_FMIref::classref |
Definition at line 97 of file references.hpp.
const Utf8String constant_FMIref::descriptor |
Definition at line 104 of file references.hpp.
fieldinfo* constant_FMIref::field |
Definition at line 100 of file references.hpp.
methodinfo* constant_FMIref::method |
Definition at line 101 of file references.hpp.
const Utf8String constant_FMIref::name |
Definition at line 103 of file references.hpp.
union { ... } constant_FMIref::p |
const parseddesc_t constant_FMIref::parseddesc |
Definition at line 105 of file references.hpp.