Packages

p

inox

transformers

package transformers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Collector extends Transformer

    A common trait for objects that collect something from expressions.

    A common trait for objects that collect something from expressions. This trait is meant to be mixed in with a specific Transformer to attach collect functionality.

  2. trait CollectorWithPC extends TransformerWithPC with Collector

    A Collector that collects path conditions

  3. trait ScopeSimplifier extends Transformer

    Simplifies variable ids in scope

  4. trait SimplifierWithPC extends TransformerWithPC
  5. trait Transformer extends AnyRef

    Common trait for expression transformers.

    Common trait for expression transformers. Uses an abstract environment type.

  6. trait TransformerWithPC extends Transformer

    A Transformer which uses path conditions as environment

Value Members

  1. object CollectorWithPC

Ungrouped