Package mini_c

Class Lmubranch


  • class Lmubranch
    extends LTL
    • Field Summary

      Fields 
      Modifier and Type Field Description
      mini_c.Label l1  
      mini_c.Label l2  
      mini_c.Mubranch m  
      Operand r  
    • Constructor Summary

      Constructors 
      Constructor Description
      Lmubranch​(mini_c.Mubranch m, Operand r, mini_c.Label l1, mini_c.Label l2)  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • m

        public mini_c.Mubranch m
      • l1

        public mini_c.Label l1
      • l2

        public mini_c.Label l2
    • Constructor Detail

      • Lmubranch

        Lmubranch​(mini_c.Mubranch m,
                  Operand r,
                  mini_c.Label l1,
                  mini_c.Label l2)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • succ

        mini_c.Label[] succ()
        Specified by:
        succ in class LTL