Package mini_c

Class Ebinop


  • class Ebinop
    extends Expr
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Binop b  
      Expr e1  
      Expr e2  
      • Fields inherited from class mini_c.Expr

        typ
    • Constructor Summary

      Constructors 
      Constructor Description
      Ebinop​(Binop b, Expr e1, Expr e2)  
    • 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