Package mini_c

Class Peval


  • class Peval
    extends Pstmt
    Une instruction réduite à une expression "e" (par exemple un appel)
    • 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
      Peval​(Pexpr e)  
    • 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