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