Package mini_c

Class ERreturn


  • class ERreturn
    extends ERTL
    • Constructor Summary

      Constructors 
      Constructor Description
      ERreturn()  
    • 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
    • Constructor Detail

      • ERreturn

        ERreturn()
    • 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