{
@SuppressWarnings("unchecked")
protected HashMap<String, Object> internalParse(File source, CharStream data)
throws IOException
{
super.lexer = new SdpLexer(data);
CommonTokenStream tokens = new CommonTokenStream(lexer);
SdpParser thisParser = new SdpParser(tokens);
parser = thisParser;