Type Members
-
type
Z3DeclKind
= Value
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
OpANum
: Value
-
val
OpAdd
: Value
-
val
OpAnd
: Value
-
val
OpArrayDefault
: Value
-
val
OpArrayMap
: Value
-
val
OpAsArray
: Value
-
val
OpConstArray
: Value
-
val
OpDistinct
: Value
-
val
OpDiv
: Value
-
val
OpEq
: Value
-
val
OpFalse
: Value
-
val
OpGE
: Value
-
val
OpGT
: Value
-
val
OpIDiv
: Value
-
val
OpITE
: Value
-
val
OpIff
: Value
-
val
OpImplies
: Value
-
val
OpIsInt
: Value
-
val
OpLE
: Value
-
val
OpLT
: Value
-
val
OpMod
: Value
-
val
OpMul
: Value
-
val
OpNot
: Value
-
val
OpOr
: Value
-
val
OpRem
: Value
-
val
OpSelect
: Value
-
val
OpSetComplement
: Value
-
val
OpSetDifference
: Value
-
val
OpSetIntersect
: Value
-
val
OpSetSubset
: Value
-
val
OpSetUnion
: Value
-
val
OpStore
: Value
-
val
OpSub
: Value
-
val
OpToInt
: Value
-
val
OpToReal
: Value
-
val
OpTrue
: Value
-
val
OpUMinus
: Value
-
val
OpUninterpreted
: Value
-
val
OpXor
: Value
-
val
Other
: Value
-
def
Value
(i: Int, name: String): Value
-
def
Value
(name: String): Value
-
def
Value
(i: Int): Value
-
def
Value
: Value
-
def
apply
(x: Int): Value
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
maxId
: Int
-
def
ne
(arg0: AnyRef): Boolean
-
var
nextId
: Int
-
var
nextName
: Iterator[String]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
readResolve
(): AnyRef
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
values
: ValueSet
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withName
(s: String): Value
Inherited from Enumeration
Inherited from Serializable
Inherited from Serializable
Inherited from AnyRef
Inherited from Any