Package mini_c
Class LTLfun
- java.lang.Object
-
- mini_c.LTLfun
-
class LTLfun extends java.lang.Objectune fonction LTL
-
-
Constructor Summary
Constructors Constructor Description LTLfun(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidaccept(LTLVisitor v)(package private) voidprint()pour débugger
-
-
-
Field Detail
-
name
public java.lang.String name
nom de la fonction
-
entry
public mini_c.Label entry
point d'entrée dans le graphe
-
body
public LTLgraph body
le graphe de flot de contrôle
-
-
Method Detail
-
accept
void accept(LTLVisitor v)
-
print
void print()
pour débugger
-
-