}
public void tmlStartTag() {
Status status = (Status) getStatus();
status.keepResult = true;
status.parentTag = (If.Status) status.getAncestorTag(If.class);
if (status.parentTag == null) {
this.addWarning("Then-Tag without If tag as parent", true);
return;
}
if (status.parentTag.mainConditionTrue == false) {