Z3
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Protected Member Functions | Package Functions
ArithExpr Class Reference
+ Inheritance diagram for ArithExpr:

Protected Member Functions

 ArithExpr (Context ctx)

Package Functions

 ArithExpr (Context ctx, long obj) throws Z3Exception

Detailed Description

Arithmetic expressions (int/real)

Definition at line 23 of file ArithExpr.java.


Constructor & Destructor Documentation

ArithExpr ( Context  ctx) [inline, protected]

Constructor for ArithExpr

Definition at line 28 of file ArithExpr.java.

        {
                super(ctx);
        }
ArithExpr ( Context  ctx,
long  obj 
) throws Z3Exception [inline, package]

Definition at line 33 of file ArithExpr.java.

        {
                super(ctx, obj);
        }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines