Package mini_c

Class Preturn


  • class Preturn
    extends Pstmt
    Une instruction "return e;"
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Pexpr e  
      • Fields inherited from class mini_c.Pstmt

        loc
    • Constructor Summary

      Constructors 
      Constructor Description
      Preturn​(Pexpr e, Loc loc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void accept​(Pvisitor v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait