public abstract class Stat extends Object
protected Location
location
Stat()
abstract void
exec(Env env, Scope scope, Writer writer)
Location
getLocation()
boolean
hasEnd()
void
setExprList(ExprList exprList)
Stat
setLocation(Location location)
setStat(Stat stat)
protected void
write(Writer writer, String str)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Location location
public Stat()
public Stat setLocation(Location location)
public Location getLocation()
public void setExprList(ExprList exprList)
public void setStat(Stat stat)
public abstract void exec(Env env, Scope scope, Writer writer)
public boolean hasEnd()
protected void write(Writer writer, String str)
Copyright © 2024. All rights reserved.