32333435363738394041424344
MainPart root = new MainPart(compiler); StringReader sr = new StringReader(in); ParseReader pr; try { pr = new ParseReader(sr); } catch (IOException e) { throw new ParseException(e); } root.parse(pr);