CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
replace_java_nondet.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Replace Java Nondet expressions
4
5Author: Reuben Thomas, reuben.thomas@diffblue.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_JAVA_BYTECODE_REPLACE_JAVA_NONDET_H
13#define CPROVER_JAVA_BYTECODE_REPLACE_JAVA_NONDET_H
14
15class goto_modelt;
16class goto_functionst;
18
20
22
24
25#endif
A collection of goto functions.
Interface providing access to a single function in a GOTO model, plus its associated symbol table.
Definition goto_model.h:190
void replace_java_nondet(goto_modelt &)
Replace calls to nondet library functions with an internal nondet representation.