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 240 of file jit.hpp.

Field Documentation

classref_or_classinfo exception_entry::catchtype

Definition at line 244 of file jit.hpp.

exception_entry* exception_entry::down

Definition at line 247 of file jit.hpp.

basicblock* exception_entry::end

Definition at line 242 of file jit.hpp.

basicblock* exception_entry::handler

Definition at line 243 of file jit.hpp.

exception_entry* exception_entry::next

Definition at line 245 of file jit.hpp.

basicblock* exception_entry::start

Definition at line 241 of file jit.hpp.


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