Abstract Value Members
-
-
abstract
val
interpreter: Interpreter
-
abstract
val
program: Program
-
-
abstract
def
targetName: String
-
abstract
def
unsupported(t: Tree, str: String): Nothing
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
Num
-
-
object
UnitCons extends ConsType with Product with Serializable
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
declareDatatypes(datatypes: Seq[(ast.Trees.Type, DataType)]): Unit
-
-
-
final
def
declareSort(tpe: ast.Trees.Type): Sort
-
def
declareStructuralSort(t: ast.Trees.Type): Sort
-
-
def
emit(cmd: SExpr, rawOut: Boolean = false): SExpr
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
free(): Unit
-
def
freshSym(name: String): SSymbol
-
def
freshSym(id: Identifier): SSymbol
-
-
def
fromSMT(sort: Sort)(implicit context: Context): ast.Trees.Type
-
-
-
def
fromSMT(sv: SortedVar)(implicit context: Context): ast.Trees.ValDef
-
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
id2sym(id: Identifier): SSymbol
-
def
interrupt(): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parseSuccess(): Unit
-
def
quantifiedTerm(quantifier: (SortedVar, Seq[SortedVar], Term) ⇒ Term, body: ast.Trees.Expr)(implicit bindings: Map[Identifier, Term]): Term
-
def
quantifiedTerm(quantifier: (SortedVar, Seq[SortedVar], Term) ⇒ Term, vars: Seq[ast.Trees.ValDef], body: ast.Trees.Expr)(implicit bindings: Map[Identifier, Term]): Term
-
-
-
implicit
def
symbolToQualifiedId(s: SSymbol): QualifiedIdentifier
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toSMT(e: ast.Trees.Expr)(implicit bindings: Map[Identifier, Term]): Term
-
def
toString(): String
-
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any