/[gzz]/gzz/lava/gzz/potion/CommandCall.java
ViewVC logotype

Diff of /gzz/lava/gzz/potion/CommandCall.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by benja, Fri Nov 22 17:05:30 2002 UTC revision 1.2 by benja, Tue Dec 3 01:01:58 2002 UTC
# Line 7  public class CommandCall extends Call im Line 7  public class CommandCall extends Call im
7      Command command;      Command command;
8    
9      public CommandCall(Command command, FunctionExpression[] params) {      public CommandCall(Command command, FunctionExpression[] params) {
10          super(null, null);          super(command, params);
11            this.command = command;
12      }      }
13    
14      public void execute(Map context) {      public void execute(Map context) {
15            command.execute(evaluateParams(context), context);
16      }      }
17  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26