3435363738394041
super(goal); } public IGoal[] init() { ForeachStatementGoal typedGoal = (ForeachStatementGoal) goal; return new IGoal[] { new IteratorTypeGoal(goal.getContext(), typedGoal.getExpression()) }; }
353637383940414243
public IteratorTypeGoalEvaluator(IGoal goal) { super(goal); } public IGoal[] init() { IteratorTypeGoal typedGoal = (IteratorTypeGoal) goal; return new IGoal[] { new ExpressionTypeGoal(goal.getContext(), typedGoal.getExpression()) }; }