|
CBMC
|
#include <util/std_expr.h>
Include dependency graph for java_expr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | java_instanceof_exprt |
Functions | |
| template<> | |
| bool | can_cast_expr< java_instanceof_exprt > (const exprt &base) |
| void | validate_expr (const java_instanceof_exprt &value) |
| const java_instanceof_exprt & | to_java_instanceof_expr (const exprt &expr) |
| Cast an exprt to a java_instanceof_exprt. More... | |
| java_instanceof_exprt & | to_java_instanceof_expr (exprt &expr) |
| Cast an exprt to a java_instanceof_exprt. More... | |
Java-specific exprt subclasses
Definition in file java_expr.h.
|
inline |
Definition at line 70 of file java_expr.h.
|
inline |
Cast an exprt to a java_instanceof_exprt.
expr must be known to be java_instanceof_exprt.
| expr | Source expression |
Definition at line 86 of file java_expr.h.
|
inline |
Cast an exprt to a java_instanceof_exprt.
expr must be known to be java_instanceof_exprt.
| expr | Source expression |
Definition at line 94 of file java_expr.h.
|
inline |
Definition at line 75 of file java_expr.h.