Package mini_c

Class File


  • class File
    extends java.lang.Object
    Point d'entrée de la syntaxe abstraite issue du typage.
    Un programme est une liste de fonctions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.LinkedList<Decl_fun> funs  
    • Constructor Summary

      Constructors 
      Constructor Description
      File​(java.util.LinkedList<Decl_fun> funs)  
    • 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

      • funs

        public java.util.LinkedList<Decl_fun> funs
    • Constructor Detail

      • File

        File​(java.util.LinkedList<Decl_fun> funs)
    • Method Detail

      • accept

        void accept​(Visitor v)