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