/[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.2 by benja, Tue Dec 3 01:01:58 2002 UTC revision 1.3 by benja, Wed Jan 1 22:46:50 2003 UTC
# Line 14  public class CommandCall extends Call im Line 14  public class CommandCall extends Call im
14      public void execute(Map context) {      public void execute(Map context) {
15          command.execute(evaluateParams(context), context);          command.execute(evaluateParams(context), context);
16      }      }
17    
18        protected Call newCall(FunctionExpression[] params) {
19            return new CommandCall(command, params);
20        }
21  }  }

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

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