throw new AnalysisEngineProcessException(e);
}
syntaxAnnot.setBegin(start);
syntaxAnnot.setEnd(end);
syntaxAnnot.setComponentId(COMPONENT_NAME);
syntaxAnnot.addToIndexes();
}
Parse[] children = parse.getChildren();
for (int i = 0; i < children.length; i++) {
makeAnnotations(children[i], jCas);
}