cprover
java_pointer_casts.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: JAVA Pointer Casts
4 
5 Author: DiffBlue
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 namespacet;
18 
20  exprt &ptr,
21  const typet &target_type,
22  const namespacet &ns);
23 
25  const exprt &ptr,
26  const typet &target_type,
27  const namespacet &ns);
28 
29 #endif // CPROVER_JAVA_BYTECODE_JAVA_POINTER_CASTS_H
The type of an expression.
Definition: type.h:20
TO_BE_DOCUMENTED.
Definition: namespace.h:62
Base class for all expressions.
Definition: expr.h:46
bool find_superclass_with_type(exprt &ptr, const typet &target_type, const namespacet &ns)
exprt make_clean_pointer_cast(const exprt &ptr, const typet &target_type, const namespacet &ns)