cprover
java_pointer_casts.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: JAVA Pointer Casts
4 
5 Author: Diffblue Ltd.
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_JAVA_BYTECODE_JAVA_POINTER_CASTS_H
13 #define CPROVER_JAVA_BYTECODE_JAVA_POINTER_CASTS_H
14 
15 class exprt;
16 class typet;
17 class pointer_typet;
18 class namespacet;
19 
21  exprt &ptr,
22  const typet &target_type,
23  const namespacet &ns);
24 
26  const exprt &ptr,
27  const pointer_typet &target_type,
28  const namespacet &ns);
29 
30 #endif // CPROVER_JAVA_BYTECODE_JAVA_POINTER_CASTS_H
The type of an expression.
Definition: type.h:22
exprt make_clean_pointer_cast(const exprt &ptr, const pointer_typet &target_type, const namespacet &ns)
The pointer type.
Definition: std_types.h:1426
TO_BE_DOCUMENTED.
Definition: namespace.h:74
Base class for all expressions.
Definition: expr.h:42
bool find_superclass_with_type(exprt &ptr, const typet &target_type, const namespacet &ns)