public FunctionShell(AFuncDecl decl) { ReturnType = TypeEnvironment.GetTypename(decl.GetType()); Name = decl.GetName().ToString(); }