pub struct SpecTranslator<'a, 'b, T: ExpGenerator<'a>> { /* private fields */ }
Expand description

A helper which reduces specification conditions to assume/assert statements.

Implementations

Translates the specification of function fun_env. This can happen for a call of the function or for its definition (parameter for_call). This will process all the conditions found in the spec block of the function, dealing with references to old(..), and creating respective memory/spec var saves. If for_call is true, abort conditions will be translated for the current state, otherwise they will be treated as in an old. and creating respective memory/spec var saves. It also allows to provide type arguments with which the specifications are instantiated, as well as a substitution for temporaries. The later two parameters are used to instantiate a function specification for a given call context.

Translates a set of invariants with type instantiations. If there are any references to old(...) they will be rewritten and respective memory/spec var saves will be generated.

Translate one inline property. If there are any references to old(...) they will be rewritten and respective memory/spec var saves will be generated.

Trait Implementations

Top-level entry for rewriting an expression. Can be re-implemented to do some pre/post processing embedding a call to do_rewrite. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.