gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/lava/gzz potion/potions/Step.java storm/Set...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/lava/gzz potion/potions/Step.java storm/Set...
Date: Sun, 22 Dec 2002 20:52:38 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/12/22 20:52:38

Modified files:
        lava/gzz/potion/potions: Step.java 
Added files:
        lava/gzz/storm : SetCollector.java 

Log message:
        more

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/potion/potions/Step.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/SetCollector.java?rev=1.1

Patches:
Index: gzz/lava/gzz/potion/potions/Step.java
diff -u gzz/lava/gzz/potion/potions/Step.java:1.1 
gzz/lava/gzz/potion/potions/Step.java:1.2
--- gzz/lava/gzz/potion/potions/Step.java:1.1   Mon Dec  9 08:49:23 2002
+++ gzz/lava/gzz/potion/potions/Step.java       Sun Dec 22 20:52:38 2002
@@ -4,7 +4,7 @@
 import gzz.*;
 import gzz.potion.*;
 
-public class Step implements Function {
+public class Step implements Command {
         
     public void execute(List[] params, Map context) {
                 
@@ -15,9 +15,14 @@
        }
     }
 
-    public String getString(Map context) {
+    public String getString(Expression[] params, Map context) {
+       return null;
     }
         
-    public void render(Map context, HChain into) {
+    public void render(Expression[] params, Map context, HChain into) {
+    }
+
+    public Type[] getParams() {
+       return null;
     }
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]