Package mini_c

Class ERmbbranch


  • class ERmbbranch
    extends ERTL
    • Field Summary

      Fields 
      Modifier and Type Field Description
      mini_c.Label l1  
      mini_c.Label l2  
      mini_c.Mbbranch m  
      mini_c.Register r1  
      mini_c.Register r2  
    • Constructor Summary

      Constructors 
      Constructor Description
      ERmbbranch​(mini_c.Mbbranch m, mini_c.Register r1, mini_c.Register r2, 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​(ERTLVisitor v)  
      (package private) java.util.Set<mini_c.Register> def()  
      (package private) mini_c.Label[] succ()  
      java.lang.String toString()  
      (package private) java.util.Set<mini_c.Register> use()  
      • Methods inherited from class java.lang.Object

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

      • m

        public mini_c.Mbbranch m
      • r1

        public mini_c.Register r1
      • r2

        public mini_c.Register r2
      • l1

        public mini_c.Label l1
      • l2

        public mini_c.Label l2
    • Constructor Detail

      • ERmbbranch

        ERmbbranch​(mini_c.Mbbranch m,
                   mini_c.Register r1,
                   mini_c.Register r2,
                   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 ERTL
      • def

        java.util.Set<mini_c.Register> def()
        Specified by:
        def in class ERTL
      • use

        java.util.Set<mini_c.Register> use()
        Specified by:
        use in class ERTL