Package mini_c

Class Sreturn


  • class Sreturn
    extends Stmt
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Expr e  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sreturn​(Expr e)  
    • Method Summary

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

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

    • Constructor Detail

      • Sreturn

        Sreturn​(Expr e)