Class BitVecExpr

All Implemented Interfaces:
Comparable<AST>
Direct Known Subclasses:
BitVecNum

public class BitVecExpr extends Expr<BitVecSort>
Bit-vector expressions
  • Method Details

    • getSortSize

      public int getSortSize()
      The size of the sort of a bit-vector term.
      Returns:
      an int
      Throws:
      Z3Exception
      Z3Exception - on error