Package mini_c

Class Structure


  • class Structure
    extends java.lang.Object
    Une structure C
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.HashMap<java.lang.String,​Field> fields  
      java.lang.String str_name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Structure​(java.lang.String str_name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void accept​(Visitor v)  
      • Methods inherited from class java.lang.Object

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

      • str_name

        public java.lang.String str_name
      • fields

        public java.util.HashMap<java.lang.String,​Field> fields
    • Constructor Detail

      • Structure

        Structure​(java.lang.String str_name)
    • Method Detail

      • accept

        void accept​(Visitor v)