Package mini_c

Class Pbinop


  • class Pbinop
    extends Pexpr
    Une opération binaire (par ex. e1+e2)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Pexpr e1  
      (package private) Pexpr e2  
      (package private) Binop op  
      • Fields inherited from class mini_c.Pexpr

        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