return null;
}
public Object getReducedValue(Object ctx, Object thisValue, VariableResolverFactory factory) {
Object v;
for (initializer.getValue(ctx, thisValue, factory = new MapVariableResolverFactory(new HashMap<String, Object>(1), factory)); (Boolean) condition.getValue(ctx, thisValue, factory); after.getValue(ctx, thisValue, factory)) {
v = compiledBlock.getValue(ctx, thisValue, factory);
if (factory.tiltFlag()) return v;
}
return null;