7778798081828384858687
this.lexer.match(TokenTypes.P_USER_DATABASE); this.lexer.SPorHT(); this.lexer.match(':'); this.lexer.SPorHT(); PUserDatabase userDatabase = new PUserDatabase(); this.parseheader(userDatabase); return userDatabase; } finally{