Z3
src/api/java/IntExpr.java
Go to the documentation of this file.
00001 
00018 package com.microsoft.z3;
00019 
00023 public class IntExpr extends ArithExpr
00024 {
00029     IntExpr(Context ctx, long obj)
00030     {
00031         super(ctx, obj);
00032     }
00033 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines