RepeatWhileImpl.java revision 2
/*
* Created on Aug 30, 2004
*/
/**
* @author Evren Sirin
*/
super(ind);
}
public Condition getCondition() {
}
}
public ControlConstruct getComponent() {
}
}
public List getConstructs() {
return list;
}
}
public String getConstructName() {
return "Repeat-While";
}
}