class
Environment[ConstantType, VariableType, PredicateType, FunctionType, SortType] extends Cloneable
Instance Constructors
-
new
Environment()
Type Members
-
type
DSym = DeclaredSym[ConstantType, VariableType, PredicateType, FunctionType]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
addConstant(c: ConstantTerm, kind: SymKind, typ: ConstantType): Unit
-
def
addFunction(fun: IFunction, typ: FunctionType): Unit
-
def
addOverloadedFunction(fun: IFunction, typ: FunctionType): Unit
-
-
-
def
addSort(name: String, s: SortType): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clear: Unit
-
def
clone(): Environment[ConstantType, VariableType, PredicateType, FunctionType, SortType]
-
def
declaredVariableNum: Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
existentialConstants: Set[ConstantTerm]
-
def
existsVar(pred: (VariableType) ⇒ Boolean): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isDeclaredSym(name: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
lookupPartName(name: String): PartName
-
def
lookupSort(name: String): SortType
-
def
lookupSortPartial(name: String): Option[SortType]
-
def
lookupSym(name: String): DSym
-
def
lookupSymPartial(name: String): Option[DSym]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nonNullaryFunctions: Set[IFunction]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
nullaryFunctions: Set[ConstantTerm]
-
-
def
order_=(newOrder: TermOrder): Unit
-
def
popVar: VariableType
-
-
def
pushVar(name: String, typ: VariableType): Unit
-
def
symbols: Iterator[DSym]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
def
universalConstants: Set[ConstantTerm]
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from Cloneable
Inherited from Cloneable
Inherited from AnyRef
Inherited from Any