CACAO
Data Fields
exception_entry Struct Reference

Data Fields

basicblockstart
 
basicblockend
 
basicblockhandler
 
classref_or_classinfo catchtype
 
exception_entrynext
 
exception_entrydown
 

Detailed Description

Definition at line 233 of file jit.hpp.

Field Documentation

classref_or_classinfo exception_entry::catchtype

Definition at line 237 of file jit.hpp.

exception_entry* exception_entry::down

Definition at line 240 of file jit.hpp.

basicblock* exception_entry::end

Definition at line 235 of file jit.hpp.

basicblock* exception_entry::handler

Definition at line 236 of file jit.hpp.

exception_entry* exception_entry::next

Definition at line 238 of file jit.hpp.

basicblock* exception_entry::start

Definition at line 234 of file jit.hpp.


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