Package mini_c

Class ERTLfile


  • class ERTLfile
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      ERTLfile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void accept​(ERTLVisitor v)  
      (package private) void print()
      pour débugger
      • 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<ERTLfun> funs
    • Constructor Detail

      • ERTLfile

        ERTLfile()
    • Method Detail

      • print

        void print()
        pour débugger