Packages

c

gapt.formats.tip.compiler

TipSmtToTipProblemCompiler

class TipSmtToTipProblemCompiler extends AnyRef

Source
tipProblemCompiler.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TipSmtToTipProblemCompiler
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TipSmtToTipProblemCompiler(problem: TipSmtProblem)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TipSmtToTipProblemCompiler to any2stringadd[TipSmtToTipProblemCompiler] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TipSmtToTipProblemCompiler, B)
    Implicit
    This member is added by an implicit conversion from TipSmtToTipProblemCompiler to ArrowAssoc[TipSmtToTipProblemCompiler] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val assumptions: Buffer[Formula]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. def compileExpression(expression: TipSmtExpression, freeVars: Seq[String]): Expr
  10. def compileFunctionBody(body: TipSmtExpression, freeVars: Seq[String]): Seq[Formula]
  11. def compileTipProblem(): TipSmtToTipProblemCompiler
  12. var ctx: ImmutableContext
  13. val datatypes: Buffer[TipDatatype]
  14. def declare(f: Const): Unit
  15. def declare(t: TBase): Unit
  16. def ensuring(cond: (TipSmtToTipProblemCompiler) ⇒ Boolean, msg: ⇒ Any): TipSmtToTipProblemCompiler
    Implicit
    This member is added by an implicit conversion from TipSmtToTipProblemCompiler to Ensuring[TipSmtToTipProblemCompiler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (TipSmtToTipProblemCompiler) ⇒ Boolean): TipSmtToTipProblemCompiler
    Implicit
    This member is added by an implicit conversion from TipSmtToTipProblemCompiler to Ensuring[TipSmtToTipProblemCompiler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): TipSmtToTipProblemCompiler
    Implicit
    This member is added by an implicit conversion from TipSmtToTipProblemCompiler to Ensuring[TipSmtToTipProblemCompiler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): TipSmtToTipProblemCompiler
    Implicit
    This member is added by an implicit conversion from TipSmtToTipProblemCompiler to Ensuring[TipSmtToTipProblemCompiler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TipSmtToTipProblemCompiler to StringFormat[TipSmtToTipProblemCompiler] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. val funDecls: Map[String, Const]
  24. val functions: Buffer[TipFun]
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val goals: Buffer[Formula]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. var problem: TipSmtProblem
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toProblem: TipProblem
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val transformation: TipSmtProblemTransformation
  37. val typeDecls: Map[String, TBase]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (TipSmtToTipProblemCompiler, B)
    Implicit
    This member is added by an implicit conversion from TipSmtToTipProblemCompiler to ArrowAssoc[TipSmtToTipProblemCompiler] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TipSmtToTipProblemCompiler to any2stringadd[TipSmtToTipProblemCompiler]

Inherited by implicit conversion StringFormat from TipSmtToTipProblemCompiler to StringFormat[TipSmtToTipProblemCompiler]

Inherited by implicit conversion Ensuring from TipSmtToTipProblemCompiler to Ensuring[TipSmtToTipProblemCompiler]

Inherited by implicit conversion ArrowAssoc from TipSmtToTipProblemCompiler to ArrowAssoc[TipSmtToTipProblemCompiler]

Ungrouped