declaration : declaration-specifiers [Init-declarator-list]? ';'
Inheritance: IExternDecln
 public FuncDef(String name, Decln.SCS scs, TFunction type, Stmt stmt) {
     this.name = name;
     this.scs  = scs;
     this.type = type;
     this.stmt = stmt;
 }