Trait

inox.solvers.unrolling

LambdaTemplates

Related Doc: package unrolling

Permalink

trait LambdaTemplates extends AnyRef

Self Type
Templates
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LambdaTemplates
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class LambdaTemplate extends Template

    Permalink
  2. case class TemplateAppInfo(template: Either[Templates.LambdaTemplate, Encoded], equals: Encoded, args: Seq[Arg]) extends Product with Serializable

    Permalink

    Represents a POTENTIAL application of a first-class function in the unfolding procedure

    Represents a POTENTIAL application of a first-class function in the unfolding procedure

    The equals condition guards the application for equality of the concrete caller with the provided template in order to perform dynamic dispatch.

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. object LambdaTemplate

    Permalink

    Constructor object for LambdaTemplate

    Constructor object for LambdaTemplate

    The apply methods performs some pre-processing before creating an instance of LambdaTemplate.

  5. object TemplateAppInfo extends Serializable

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getLambdaTemplates(tpe: ast.Trees.FunctionType): Set[Templates.LambdaTemplate]

    Permalink
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def instantiateApp(blocker: Encoded, app: App): Clauses

    Permalink
  15. def instantiateLambda(template: Templates.LambdaTemplate): (Encoded, Clauses)

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def mkFlatApp(caller: Encoded, tpe: ast.Trees.FunctionType, args: Seq[Encoded]): Encoded

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def registerFunction(b: Encoded, tpe: ast.Trees.FunctionType, f: Encoded): Clauses

    Permalink
  22. def registerLambda(pointer: Encoded, target: Encoded): Boolean

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped