this is a collection of common services to the KeY prover. Services
include information on the underlying Java model and a converter to
transform Java program elements to logic (where possible) and back.
Constructor Summary
public
Services(KeYExceptionHandler exceptionHandler) creates a new Services object with a new TypeConverter and a new
JavaInfo object with no information stored at none of these.
THIS CONSTRUCTOR IS ONLY FOR TESTS!
creates a Services object that contains the given JavaInfo object, a
type converter is created
Parameters: ji - the JavaInfo to use