Package mini_c

Class Plvalue

  • Direct Known Subclasses:
    Parrow, Pident

    abstract class Plvalue
    extends Pexpr
    Une valeur gauche (en anglais, left value), c'est-à-dire une expression pouvant apparaître à gauche d'une affectation.
    Dans mini-C, une valeur gauche est soit un identificateur, soit un accès à un champ de structure.
    • Field Summary

      • Fields inherited from class mini_c.Pexpr

        loc
    • Constructor Summary

      Constructors 
      Constructor Description
      Plvalue​(Loc loc)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Plvalue

        Plvalue​(Loc loc)