9 #ifndef CPROVER_JAVA_BYTECODE_JAVA_OBJECT_FACTORY_PARAMETERS_H
10 #define CPROVER_JAVA_BYTECODE_JAVA_OBJECT_FACTORY_PARAMETERS_H
Represents a set of integers by a union of intervals, which are stored in increasing order for effici...
static interval_uniont all_integers()
Set of all integers.
void parse_java_object_factory_options(const cmdlinet &cmdline, optionst &options)
Parse the java object factory parameters from a given command line.
java_object_factory_parameterst(const optionst &options)
interval_uniont assume_inputs_interval
Force numerical primitive inputs to fall within the interval.
bool assume_inputs_integral
Force double and float inputs to be integral.
java_object_factory_parameterst()
void set(const optionst &)
Assigns the parameters from given options.