|
cprover
|
#include <java_bytecode_convert_method_class.h>
Public Member Functions | |
| block_tree_nodet () | |
| block_tree_nodet (bool l) | |
Static Public Member Functions | |
| static block_tree_nodet | get_leaf () |
Public Attributes | |
| bool | leaf |
| std::vector< method_offsett > | branch_addresses |
| std::vector< block_tree_nodet > | branch |
Definition at line 277 of file java_bytecode_convert_method_class.h.
|
inline |
Definition at line 283 of file java_bytecode_convert_method_class.h.
|
inlineexplicit |
Definition at line 287 of file java_bytecode_convert_method_class.h.
|
inlinestatic |
Definition at line 291 of file java_bytecode_convert_method_class.h.
| std::vector<block_tree_nodet> java_bytecode_convert_methodt::block_tree_nodet::branch |
Definition at line 281 of file java_bytecode_convert_method_class.h.
| std::vector<method_offsett> java_bytecode_convert_methodt::block_tree_nodet::branch_addresses |
Definition at line 280 of file java_bytecode_convert_method_class.h.
| bool java_bytecode_convert_methodt::block_tree_nodet::leaf |
Definition at line 279 of file java_bytecode_convert_method_class.h.