Package mini_c

Class LTL

    • Constructor Summary

      Constructors 
      Constructor Description
      LTL()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract void accept​(LTLVisitor v)  
      (package private) abstract mini_c.Label[] succ()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LTL

        LTL()
    • Method Detail

      • succ

        abstract mini_c.Label[] succ()