CBMC
|
Replace Java Nondet expressions. More...
Go to the source code of this file.
Functions | |
void | replace_java_nondet (goto_modelt &) |
Replace calls to nondet library functions with an internal nondet representation. More... | |
void | replace_java_nondet (goto_functionst &) |
void | replace_java_nondet (goto_model_functiont &function) |
Replace calls to nondet library functions with an internal nondet representation in a single function. More... | |
Replace Java Nondet expressions.
Definition in file replace_java_nondet.h.
void replace_java_nondet | ( | goto_functionst & | goto_functions | ) |
Definition at line 331 of file replace_java_nondet.cpp.
void replace_java_nondet | ( | goto_model_functiont & | function | ) |
Replace calls to nondet library functions with an internal nondet representation in a single function.
function | The goto program to modify. |
Definition at line 323 of file replace_java_nondet.cpp.
void replace_java_nondet | ( | goto_modelt & | goto_model | ) |
Replace calls to nondet library functions with an internal nondet representation.
goto_model | The goto program to modify. |
Definition at line 344 of file replace_java_nondet.cpp.