cprover
Loading...
Searching...
No Matches
java_bytecode_parse_treet::methodt::exceptiont Struct Reference

#include <java_bytecode_parse_tree.h>

Collaboration diagram for java_bytecode_parse_treet::methodt::exceptiont:

Public Member Functions

 exceptiont ()

Public Attributes

std::size_t start_pc
std::size_t end_pc
std::size_t handler_pc
struct_tag_typet catch_type

Detailed Description

Definition at line 108 of file java_bytecode_parse_tree.h.

Constructor & Destructor Documentation

◆ exceptiont()

java_bytecode_parse_treet::methodt::exceptiont::exceptiont ( )
inline

Definition at line 110 of file java_bytecode_parse_tree.h.

Member Data Documentation

◆ catch_type

struct_tag_typet java_bytecode_parse_treet::methodt::exceptiont::catch_type

Definition at line 118 of file java_bytecode_parse_tree.h.

◆ end_pc

std::size_t java_bytecode_parse_treet::methodt::exceptiont::end_pc

Definition at line 116 of file java_bytecode_parse_tree.h.

◆ handler_pc

std::size_t java_bytecode_parse_treet::methodt::exceptiont::handler_pc

Definition at line 117 of file java_bytecode_parse_tree.h.

◆ start_pc

std::size_t java_bytecode_parse_treet::methodt::exceptiont::start_pc

Definition at line 115 of file java_bytecode_parse_tree.h.


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