*/
}
AnnotationParser parser = new AnnotationParser(new StringReader(name + value));
try
{
ASTStart start = parser.Start();
ast = (ASTAnnotation) start.jjtGetChild(0);
}
catch (ParseException e)
{
throw new RuntimeException(e); //To change body of catch statement use Options | File Templates.
}