}
}
final private void focNormalText() throws ParseException {
/*@bgen(jjtree) FocNormalText */
ASTFocNormalText jjtn000 = new ASTFocNormalText(this, JJTFOCNORMALTEXT);
boolean jjtc000 = true;
jjtree.openNodeScope(jjtn000);
Token t;
try {
t = jj_consume_token(NORMAL_TEXT);
jjtree.closeNodeScope(jjtn000, true);
jjtc000 = false;
jjtn000.init(t.image);
} finally {
if (jjtc000) {
jjtree.closeNodeScope(jjtn000, true);
}
}