Package mini_c

Class PTstruct


  • class PTstruct
    extends Ptype
    Un type de la forme "struct S*" (pointeur vers une structure)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String id
      le nom de la structure
      (package private) Loc loc
      localisation
    • Constructor Summary

      Constructors 
      Constructor Description
      PTstruct​(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
        le nom de la structure
      • loc

        Loc loc
        localisation
    • Constructor Detail

      • PTstruct

        public PTstruct​(Pstring id)