final case class TyExpr[+E <: Expr](expr: E, ty: Type) extends Product with Serializable
Z3 Expression coupled with a custom type. Contains helper operations.
- Alphabetic
- By Inheritance
- TyExpr
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
as[T <: Expr]: TyExpr[T]
Cast the expression to another.
Cast the expression to another. This is basically asInstanceOf und relatively unsafe.
-
def
asExpr[T <: Expr]: T
Cast the expression to another and unwrap it.
Cast the expression to another and unwrap it. This is basically asInstanceOf und relatively unsafe.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expr: E
-
def
get: TyExpr[Expr]
Call get on an LazyErr.
Call get on an LazyErr. Fails on non-LazyErr.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getSome: TyExpr[Expr]
Call getSome on an Option.
Call getSome on an Option. Fails on non-options.
-
def
isError: TyExpr[BoolExpr]
Produce a boolean expression, that checks for isError on an LazyErr.
Produce a boolean expression, that checks for isError on an LazyErr. Fails on non-LazyErr.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSome: TyExpr[BoolExpr]
Produce a boolean expression that checks whether an Option is Some.
-
def
member(member: String)(implicit ctx: Context): TyExpr[Expr]
Access a member.
Access a member. Fails on non-objects.
-
def
mkEq(ctx: Context, other: TyExpr[Expr]): BoolExpr
Produce an expression, that tests for equality.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TyExpr → AnyRef → Any
- val ty: Type
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )