|
cprover
|
#include <java_bytecode_parse_tree.h>
Public Member Functions | |
| membert () | |
| bool | has_annotation (const irep_idt &annotation_id) const |
Public Attributes | |
| std::string | descriptor |
| std::optional< std::string > | signature |
| irep_idt | name |
| bool | is_public |
| bool | is_protected |
| bool | is_private |
| bool | is_static |
| bool | is_final |
| annotationst | annotations |
Definition at line 64 of file java_bytecode_parse_tree.h.
|
inline |
Definition at line 72 of file java_bytecode_parse_tree.h.
|
inline |
Definition at line 78 of file java_bytecode_parse_tree.h.
| annotationst java_bytecode_parse_treet::membert::annotations |
Definition at line 70 of file java_bytecode_parse_tree.h.
| std::string java_bytecode_parse_treet::membert::descriptor |
Definition at line 66 of file java_bytecode_parse_tree.h.
| bool java_bytecode_parse_treet::membert::is_final |
Definition at line 69 of file java_bytecode_parse_tree.h.
| bool java_bytecode_parse_treet::membert::is_private |
Definition at line 69 of file java_bytecode_parse_tree.h.
| bool java_bytecode_parse_treet::membert::is_protected |
Definition at line 69 of file java_bytecode_parse_tree.h.
| bool java_bytecode_parse_treet::membert::is_public |
Definition at line 69 of file java_bytecode_parse_tree.h.
| bool java_bytecode_parse_treet::membert::is_static |
Definition at line 69 of file java_bytecode_parse_tree.h.
| irep_idt java_bytecode_parse_treet::membert::name |
Definition at line 68 of file java_bytecode_parse_tree.h.
| std::optional<std::string> java_bytecode_parse_treet::membert::signature |
Definition at line 67 of file java_bytecode_parse_tree.h.