Package mini_c

Class Decl_fun


  • class Decl_fun
    extends java.lang.Object
    Une déclaration de fonction C
    • Constructor Summary

      Constructors 
      Constructor Description
      Decl_fun​(Typ fun_typ, java.lang.String fun_name, java.util.LinkedList<Decl_var> fun_formals, Stmt fun_body)  
    • 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

      • fun_typ

        public Typ fun_typ
      • fun_name

        public java.lang.String fun_name
      • fun_formals

        public java.util.LinkedList<Decl_var> fun_formals
      • fun_body

        public Stmt fun_body
    • Constructor Detail

      • Decl_fun

        Decl_fun​(Typ fun_typ,
                 java.lang.String fun_name,
                 java.util.LinkedList<Decl_var> fun_formals,
                 Stmt fun_body)
    • Method Detail

      • accept

        void accept​(Visitor v)