CACAO
Public Member Functions | Data Fields
constant_FMIref Struct Reference

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
 

Detailed Description

Fieldref, Methodref and InterfaceMethodref.

Definition at line 86 of file references.hpp.

Constructor & Destructor Documentation

constant_FMIref::constant_FMIref ( constant_classref ref,
Utf8String  name,
Utf8String  descriptor,
parseddesc_t  parseddesc 
)
inline

Definition at line 87 of file references.hpp.

Member Function Documentation

bool constant_FMIref::is_resolved ( ) const
inline

Definition at line 107 of file references.hpp.

Field Documentation

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.


The documentation for this struct was generated from the following file: