|
cprover
|
#include <java_bytecode_convert_method_class.h>
Public Member Functions | |
| variablet (const symbol_exprt &_symbol_expr, std::size_t _start_pc, std::size_t _length) | |
| variablet (const symbol_exprt &_symbol_expr, std::size_t _start_pc, std::size_t _length, bool _is_parameter) | |
| variablet (const symbol_exprt &_symbol_expr, std::size_t _start_pc, std::size_t _length, bool _is_parameter, std::vector< holet > &&_holes) | |
Public Attributes | |
| symbol_exprt | symbol_expr |
| size_t | start_pc |
| size_t | length |
| bool | is_parameter = false |
| std::vector< holet > | holes |
Definition at line 125 of file java_bytecode_convert_method_class.h.
|
inline |
Definition at line 134 of file java_bytecode_convert_method_class.h.
|
inline |
Definition at line 142 of file java_bytecode_convert_method_class.h.
|
inline |
Definition at line 154 of file java_bytecode_convert_method_class.h.
| std::vector<holet> java_bytecode_convert_methodt::variablet::holes |
Definition at line 132 of file java_bytecode_convert_method_class.h.
| bool java_bytecode_convert_methodt::variablet::is_parameter = false |
Definition at line 131 of file java_bytecode_convert_method_class.h.
| size_t java_bytecode_convert_methodt::variablet::length |
Definition at line 130 of file java_bytecode_convert_method_class.h.
| size_t java_bytecode_convert_methodt::variablet::start_pc |
Definition at line 129 of file java_bytecode_convert_method_class.h.
| symbol_exprt java_bytecode_convert_methodt::variablet::symbol_expr |
Definition at line 128 of file java_bytecode_convert_method_class.h.