Package mini_c

Class Parrow


  • class Parrow
    extends Plvalue
    Une expression de la forme "e->x", utilisée comme valeur gauche
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Pexpr e  
      (package private) java.lang.String f  
      • Fields inherited from class mini_c.Pexpr

        loc
    • Constructor Summary

      Constructors 
      Constructor Description
      Parrow​(Pexpr e, java.lang.String f)  
    • 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
    • Field Detail

      • f

        java.lang.String f
    • Constructor Detail

      • Parrow

        public Parrow​(Pexpr e,
                      java.lang.String f)