Inheritance diagram for DatatypeExpr:Protected Member Functions | |
| DatatypeExpr (Context ctx) | |
Package Functions | |
| DatatypeExpr (Context ctx, long obj) throws Z3Exception | |
Datatype expressions
Definition at line 23 of file DatatypeExpr.java.
| DatatypeExpr | ( | Context | ctx | ) | [inline, protected] |
| DatatypeExpr | ( | Context | ctx, |
| long | obj | ||
| ) | throws Z3Exception [inline, package] |
Definition at line 33 of file DatatypeExpr.java.
{
super(ctx, obj);
}
1.7.6.1