Package mini_c

Class Expr

    • Field Summary

      Fields 
      Modifier and Type Field Description
      Typ typ  
    • Constructor Summary

      Constructors 
      Constructor Description
      Expr()  
    • Method Summary

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

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

      • typ

        public Typ typ
    • Constructor Detail

      • Expr

        Expr()
    • Method Detail

      • accept

        abstract void accept​(Visitor v)