Final test in run_test try my.query on my.xml (from thesis) + fixs in run.ml ==>...
[tatoo.git] / src / asta.mli
index 190f979..7bbf13d 100644 (file)
@@ -75,6 +75,15 @@ val init_top : t -> unit
 val top_states : t -> state list
 (** Give the list of top states of an ASTA *)
 
+val top_states_s : t -> StateSet.t
+(** Give the set of top states of an ASTA *)
+
+val bot_states_s : t -> StateSet.t
+(** Give the set of bottom states of an ASTA *)
+
+val selec_states : t -> StateSet.t
+(** Give the list of selecting states of an ASTA *)
+
 val print : Format.formatter -> t -> unit
 (** Pretty printer *)