Package mini_c

Class Pident


  • class Pident
    extends Plvalue
    Une variable, utilisée comme valeur gauche
    • Field Summary

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

        loc
    • Constructor Summary

      Constructors 
      Constructor Description
      Pident​(Pstring id)  
    • 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

      • id

        java.lang.String id
    • Constructor Detail

      • Pident

        public Pident​(Pstring id)