Package com.microsoft.z3
Class Z3Object
- java.lang.Object
-
- com.microsoft.z3.Z3Object
-
- Direct Known Subclasses:
ApplyResult,AST,ASTVector,Constructor,ConstructorList,Fixedpoint,FuncInterp,FuncInterp.Entry,Goal,Model,Optimize,ParamDescrs,Params,Probe,Solver,Statistics,Symbol,Tactic
public abstract class Z3Object extends Object
Internal base class for interfacing with native Z3 objects. Should not be used externally.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intarrayLength(Z3Object[] a)static long[]arrayToNative(Z3Object[] a)
-