1 package de.lathanda.eos.baseparser;
3 import java.util.ArrayList;
5 import de.lathanda.eos.vm.Command;
21 this.sequence = sequence;
25 public void compile(ArrayList<Command> ops,
boolean autoWindow)
throws Exception {
26 sequence.
compile(ops, autoWindow);
36 return "with " + with +
"\n" + sequence +
"endwith";
void resolveNamesAndTypes(Expression with, Environment env)
void compile(ArrayList< Command > ops, boolean autoWindow)
void compile(ArrayList< Command > ops, boolean autoWindow)
void resolveNamesAndTypes(Expression with, Environment env)
With(Expression with, Sequence sequence)