Trait

inox.solvers.smtlib

SMTLIBTarget

Related Doc: package smtlib

Permalink

trait SMTLIBTarget extends Interruptible with ADTManagers

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SMTLIBTarget
  2. ADTManagers
  3. Interruptible
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ADTManager extends IncrementalStateWrapper

    Permalink
    Definition Classes
    ADTManagers
  2. case class Constructor(sym: Identifier, tpe: ast.Trees.Type, fields: Seq[(Identifier, ast.Trees.Type)]) extends ast.Trees.Printable with Product with Serializable

    Permalink
    Definition Classes
    ADTManagers
  3. case class DataType(sym: Identifier, cases: Seq[Constructor]) extends ast.Trees.Printable with Product with Serializable

    Permalink
    Definition Classes
    ADTManagers

Abstract Value Members

  1. abstract val interpreter: Interpreter

    Permalink
    Attributes
    protected
  2. abstract val program: Program

    Permalink
    Definition Classes
    SMTLIBTargetADTManagers
  3. abstract def targetName: String

    Permalink
  4. abstract def unsupported(t: Tree, str: String): Nothing

    Permalink
    Attributes
    protected

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

    Permalink
    Attributes
    protected
  5. val adtManager: ADTManager

    Permalink
    Attributes
    protected
  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. def computeSort(t: ast.Trees.Type): Sort

    Permalink
    Attributes
    protected
  9. val constructors: IncrementalBijection[ast.Trees.Type, SSymbol]

    Permalink
    Attributes
    protected
  10. def declareDatatypes(datatypes: Seq[(ast.Trees.Type, DataType)]): Unit

    Permalink
    Attributes
    protected
  11. def declareFunction(tfd: ast.Trees.TypedFunDef): SSymbol

    Permalink
    Attributes
    protected
  12. def declareLambda(tpe: ast.Trees.FunctionType): SSymbol

    Permalink
    Attributes
    protected
  13. final def declareSort(t: ast.Trees.Type): Sort

    Permalink
    Attributes
    protected
  14. def declareStructuralSort(t: ast.Trees.Type): Sort

    Permalink
    Attributes
    protected
  15. def declareVariable(v: ast.Trees.Variable): SSymbol

    Permalink
    Attributes
    protected
  16. def emit(cmd: SExpr, rawOut: Boolean = false): SExpr

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def free(): Unit

    Permalink
  21. def freshSym(name: String): SSymbol

    Permalink
    Attributes
    protected
  22. def freshSym(id: Identifier): SSymbol

    Permalink
    Attributes
    protected
  23. final def fromSMT(s: Term, tpe: ast.Trees.Type)(implicit lets: Map[SSymbol, Term], letDefs: Map[SSymbol, DefineFun]): ast.Trees.Expr

    Permalink
    Attributes
    protected
  24. final def fromSMT(pair: (Term, ast.Trees.Type))(implicit lets: Map[SSymbol, Term], letDefs: Map[SSymbol, DefineFun]): ast.Trees.Expr

    Permalink
    Attributes
    protected
  25. def fromSMT(t: Term, otpe: Option[ast.Trees.Type] = None)(implicit lets: Map[SSymbol, Term], letDefs: Map[SSymbol, DefineFun]): ast.Trees.Expr

    Permalink
    Attributes
    protected
  26. def fromSMT(sort: Sort): ast.Trees.Type

    Permalink
    Attributes
    protected
  27. val functions: IncrementalBijection[ast.Trees.TypedFunDef, SSymbol]

    Permalink
    Attributes
    protected
  28. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def id2sym(id: Identifier): SSymbol

    Permalink
    Attributes
    protected
  31. def interrupt(): Unit

    Permalink
    Definition Classes
    SMTLIBTargetInterruptible
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val lambdas: IncrementalBijection[ast.Trees.FunctionType, SSymbol]

    Permalink
    Attributes
    protected
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def parseSuccess(): Unit

    Permalink
  38. def quantifiedTerm(quantifier: (SortedVar, Seq[SortedVar], Term) ⇒ Term, body: ast.Trees.Expr)(implicit bindings: Map[Identifier, Term]): Term

    Permalink
    Attributes
    protected
  39. def quantifiedTerm(quantifier: (SortedVar, Seq[SortedVar], Term) ⇒ Term, vars: Seq[ast.Trees.ValDef], body: ast.Trees.Expr)(implicit bindings: Map[Identifier, Term]): Term

    Permalink
    Attributes
    protected
  40. val selectors: IncrementalBijection[(ast.Trees.Type, Int), SSymbol]

    Permalink
    Attributes
    protected
  41. def sortToSMT(s: Sort): SExpr

    Permalink
  42. val sorts: IncrementalBijection[ast.Trees.Type, Sort]

    Permalink
    Attributes
    protected
  43. implicit def symbolToQualifiedId(s: SSymbol): QualifiedIdentifier

    Permalink
    Attributes
    protected
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. val testers: IncrementalBijection[ast.Trees.Type, SSymbol]

    Permalink
    Attributes
    protected
  46. def toSMT(e: ast.Trees.Expr)(implicit bindings: Map[Identifier, Term]): Term

    Permalink
    Attributes
    protected
  47. def toSMT(t: ast.Trees.Type): SExpr

    Permalink
    Attributes
    protected
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. val variables: IncrementalBijection[ast.Trees.Variable, SSymbol]

    Permalink
    Attributes
    protected
  50. final def wait(): Unit

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

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

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

Inherited from ADTManagers

Inherited from Interruptible

Inherited from AnyRef

Inherited from Any

Ungrouped