Package mini_c

Class Pstruct


  • class Pstruct
    extends Pdecl
    Déclaration de structure
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.LinkedList<Pdeclvar> fl  
      (package private) java.lang.String s  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pstruct​(java.lang.String s, java.util.LinkedList<Pdeclvar> fl)  
    • 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

      • s

        java.lang.String s
    • Constructor Detail

      • Pstruct

        public Pstruct​(java.lang.String s,
                       java.util.LinkedList<Pdeclvar> fl)