return false;
}
Position line = data.cfml.getPosition();
Body body=new BodyBase();
Pair pair = cont.addElseIf(condition(data), body, line,null);
if(!data.cfml.forwardIfCurrent(')'))
throw new TemplateException(data.cfml,"else if statement must end with a [)]");
// ex block
statement(data,body,CTX_ELSE_IF);