CACAO
Public Member Functions | Data Fields
constant_MethodType Struct Reference

A MethodType constant stored in the constant pool. More...

Public Member Functions

 constant_MethodType (Utf8String desc, methoddesc *parseddesc)
 

Data Fields

const Utf8String descriptor
 
const methoddesc *const parseddesc
 
java_object_ttype
 resolved java.lang.invoke.MethodType object More...
 

Detailed Description

A MethodType constant stored in the constant pool.

Definition at line 140 of file references.hpp.

Constructor & Destructor Documentation

constant_MethodType::constant_MethodType ( Utf8String  desc,
methoddesc parseddesc 
)
inline

Definition at line 141 of file references.hpp.

Field Documentation

const Utf8String constant_MethodType::descriptor

Definition at line 144 of file references.hpp.

const methoddesc* const constant_MethodType::parseddesc

Definition at line 145 of file references.hpp.

java_object_t* constant_MethodType::type

resolved java.lang.invoke.MethodType object

Definition at line 148 of file references.hpp.


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