class BitVectorOperand extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitVectorOperand
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def !==(other: BitVectorOperand): BoolOperand
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def %(other: BitVectorOperand): BitVectorOperand
- def &(other: BitVectorOperand): BitVectorOperand
- def *(other: BitVectorOperand): BitVectorOperand
- def -(other: BitVectorOperand): BitVectorOperand
- def /(other: BitVectorOperand): BitVectorOperand
- def <(other: BitVectorOperand): BoolOperand
- def <<(other: BitVectorOperand): BitVectorOperand
- def <=(other: BitVectorOperand): BoolOperand
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(other: BitVectorOperand): BoolOperand
- def >(other: BitVectorOperand): BoolOperand
- def >=(other: BitVectorOperand): BoolOperand
- def >>(other: BitVectorOperand): BitVectorOperand
- def >>>(other: BitVectorOperand): BitVectorOperand
- def ^(other: BitVectorOperand): BitVectorOperand
- def addNoOverflow(other: BitVectorOperand, isSigned: Boolean): BitVectorOperand
- def addNoUnderflow(other: BitVectorOperand): BitVectorOperand
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def concat(other: BitVectorOperand): BitVectorOperand
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extract(high: Int, low: Int): BitVectorOperand
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mulNoOverflow(other: BitVectorOperand, isSigned: Boolean): BitVectorOperand
- def mulNoUnderflow(other: BitVectorOperand): BitVectorOperand
- def nand(other: BitVectorOperand): BitVectorOperand
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negNoOverflow: BitVectorOperand
- def nor(other: BitVectorOperand): BitVectorOperand
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def reducedAnd: BitVectorOperand
- def reducedOr: BitVectorOperand
- def repeat(count: Int): BitVectorOperand
- def rotateLeft(other: BitVectorOperand): BitVectorOperand
- def rotateRight(other: BitVectorOperand): BitVectorOperand
- def sdivNoOverflow(other: BitVectorOperand): BitVectorOperand
- def signExt(extraSize: Int): BitVectorOperand
- def srem(other: BitVectorOperand): BitVectorOperand
- def subNoOverflow(other: BitVectorOperand): BitVectorOperand
- def subNoUnderflow(other: BitVectorOperand, isSigned: Boolean): BitVectorOperand
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val tree: Tree[_ >: BottomSort <: BVSort]
- def unary_-: BitVectorOperand
- def unary_~: BitVectorOperand
- def urem(other: BitVectorOperand): BitVectorOperand
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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( ... )
- def xnor(other: BitVectorOperand): BitVectorOperand
- def zeroExt(extraSize: Int): BitVectorOperand
- def |(other: BitVectorOperand): BitVectorOperand
- def ~/(other: BitVectorOperand): BitVectorOperand
- def ~<(other: BitVectorOperand): BoolOperand
- def ~<=(other: BitVectorOperand): BoolOperand
- def ~>(other: BitVectorOperand): BoolOperand
- def ~>=(other: BitVectorOperand): BoolOperand