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

Protected Member Functions

 DatatypeExpr (Context ctx)

Package Functions

 DatatypeExpr (Context ctx, long obj) throws Z3Exception

Detailed Description

Datatype expressions

Definition at line 23 of file DatatypeExpr.java.


Constructor & Destructor Documentation

DatatypeExpr ( Context  ctx) [inline, protected]

Constructor for DatatypeExpr

Definition at line 28 of file DatatypeExpr.java.

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

Definition at line 33 of file DatatypeExpr.java.

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