Trait/Object

inox.transformers

CollectorWithPC

Related Docs: object CollectorWithPC | package transformers

Permalink

trait CollectorWithPC extends TransformerWithPC with Collector

A Collector that collects path conditions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollectorWithPC
  2. Collector
  3. TransformerWithPC
  4. Transformer
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Env = ast.Definitions.Symbols.Path

    Permalink
    Definition Classes
    CollectorWithPCTransformerWithPCTransformer
  2. abstract type Result

    Permalink

    The type of collected objects

    The type of collected objects

    Definition Classes
    Collector

Abstract Value Members

  1. abstract def step(e: ast.Trees.Expr, env: Env): List[Result]

    Permalink

    Does one step of collection for the current Expr and Env

    Does one step of collection for the current Expr and Env

    Attributes
    protected
    Definition Classes
    Collector
  2. abstract val symbols: ast.Trees.Symbols

    Permalink
    Definition Classes
    TransformerWithPC
  3. abstract val trees: Trees

    Permalink
    Definition Classes
    Transformer

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def accumulate(e: ast.Trees.Expr, env: Env): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Collector
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def collect(fd: ast.Trees.FunDef): List[Result]

    Permalink

    Collect the expressions in a FunDef's body

    Collect the expressions in a FunDef's body

    Definition Classes
    Collector
  8. final def collect(e: ast.Trees.Expr): List[Result]

    Permalink

    Traverses an Expr with the initial environment and collects

    Traverses an Expr with the initial environment and collects

    Definition Classes
    Collector
  9. final def collect(e: ast.Trees.Expr, init: Env): List[Result]

    Permalink

    Traverses an Expr with the specified environment and collects

    Traverses an Expr with the specified environment and collects

    Definition Classes
    Collector
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def initEnv: ast.Definitions.Symbols.Path

    Permalink

    The default initial Env

    The default initial Env

    Definition Classes
    CollectorWithPCTransformer
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def rec(e: ast.Trees.Expr, current: Env): ast.Trees.Expr

    Permalink

    The function that recursively traverses the expression

    The function that recursively traverses the expression

    e

    The current expression

    returns

    The transformed expression

    Attributes
    protected
    Definition Classes
    CollectorTransformer
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def transform(fd: ast.Trees.FunDef): ast.Trees.Expr

    Permalink

    Transform the body of a FunDef

    Transform the body of a FunDef

    Definition Classes
    Transformer
  24. final def transform(e: ast.Trees.Expr): ast.Trees.Expr

    Permalink

    Transform an Expr with the initial environment

    Transform an Expr with the initial environment

    Definition Classes
    Transformer
  25. final def transform(e: ast.Trees.Expr, init: Env): ast.Trees.Expr

    Permalink

    Transform an Expr with the specified environment

    Transform an Expr with the specified environment

    Definition Classes
    Transformer
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Collector

Inherited from TransformerWithPC

Inherited from Transformer

Inherited from AnyRef

Inherited from Any

Ungrouped