Package mini_c

Class Rconst


  • class Rconst
    extends RTL
    charge une constante dans un registre
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int i  
      (package private) Label l  
      (package private) Register r  
    • Constructor Summary

      Constructors 
      Constructor Description
      Rconst​(int i, Register r, Label l)  
    • Method Summary

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

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

      • toString

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