Package mini_c

Class Field


  • class Field
    extends java.lang.Object
    Un champ de structure
    • Constructor Summary

      Constructors 
      Constructor Description
      Field​(java.lang.String field_name, Typ field_typ)  
    • 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

      • field_name

        public java.lang.String field_name
      • field_typ

        public Typ field_typ
    • Constructor Detail

      • Field

        Field​(java.lang.String field_name,
              Typ field_typ)
    • Method Detail

      • accept

        void accept​(Visitor v)