// After first loop, non-null entries in the following two lists are
// missing and need to be inherited:
List<String> parameterNames = initParameterNames();
List<String> exceptionNames = new ArrayList<String>();
PHPDocTag deprecatedTag = null;
PHPDocTag returnTag = null;
PHPDocTag namespaceTag = null;
List<PHPDocTag> parameters = new ArrayList<PHPDocTag>();
List<PHPDocTag> exceptions = new ArrayList<PHPDocTag>();
List<PHPDocTag> versions = new ArrayList<PHPDocTag>();
List<PHPDocTag> authors = new ArrayList<PHPDocTag>();
List<PHPDocTag> sees = new ArrayList<PHPDocTag>();