public class For extends Stat
For class.
location
For(ForCtrl forCtrl, StatList statList, Stat _else)
void
exec(Env env, Scope scope, Writer writer)
getLocation, hasEnd, setExprList, setLocation, setStat, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public For(ForCtrl forCtrl, StatList statList, Stat _else)
Constructor for For.
forCtrl
ForCtrl
statList
StatList
_else
Stat
public void exec(Env env, Scope scope, Writer writer)
exec.
exec
env
Env
scope
Scope
writer
Writer
Copyright © 2023. All rights reserved.