Package mini_c

Class Sexpr


  • class Sexpr
    extends Stmt
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Expr e  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sexpr​(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

      • Sexpr

        Sexpr​(Expr e)