|
CBMC
|
#include <java_types.h>
Inheritance diagram for java_class_typet::methodt:
Collaboration diagram for java_class_typet::methodt:Public Member Functions | |
| methodt ()=delete | |
| methodt (const irep_idt &_name, java_method_typet _type) | |
| const java_method_typet & | type () const |
| java_method_typet & | type () |
| bool | get_is_final () const |
| is a method 'final'? | |
| void | set_is_final (const bool is_final) |
| is a method 'final'? | |
| bool | get_is_native () const |
| is a method 'native'? | |
| void | set_is_native (const bool is_native) |
| marks a method as 'native' | |
| const irep_idt & | get_descriptor () const |
| Gets the method's descriptor – the mangled form of its type. | |
| void | set_descriptor (const irep_idt &id) |
| Sets the method's descriptor – the mangled form of its type. | |
Definition at line 239 of file java_types.h.
|
delete |
|
inline |
Definition at line 244 of file java_types.h.
Gets the method's descriptor – the mangled form of its type.
Definition at line 285 of file java_types.h.
|
inline |
is a method 'final'?
Definition at line 261 of file java_types.h.
|
inline |
is a method 'native'?
Definition at line 273 of file java_types.h.
Sets the method's descriptor – the mangled form of its type.
Definition at line 291 of file java_types.h.
is a method 'final'?
Definition at line 267 of file java_types.h.
marks a method as 'native'
Definition at line 279 of file java_types.h.
|
inline |
Definition at line 255 of file java_types.h.
|
inline |
Definition at line 249 of file java_types.h.