Z3
SeqExpr.java
Go to the documentation of this file.
1 
18 package com.microsoft.z3;
19 
23 public class SeqExpr extends Expr
24 {
29  SeqExpr(Context ctx, long obj)
30  {
31  super(ctx, obj);
32  }
33 }
com.microsoft.z3.SeqExpr
Definition: SeqExpr.java:23
com.microsoft.z3.Expr
Definition: Expr.java:30
com.microsoft.z3.Context
Definition: Context.java:35