/[gzz]/gzz/lava/gzz/potion/potions/Hop.java
ViewVC logotype

Diff of /gzz/lava/gzz/potion/potions/Hop.java

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

revision 1.3 by benja, Mon Dec 30 13:49:48 2002 UTC revision 1.4 by benja, Mon Dec 30 17:47:33 2002 UTC
# Line 38  public class Hop implements Command{ Line 38  public class Hop implements Command{
38          }          }
39      }      }
40      public String getString(Expression[] params, Map context){      public String getString(Expression[] params, Map context){
41          return null;                  String s = params[0].getString(context);
42                    String t = params[1].getString(context);
43                    return "Hop "+s+" "+t;
44      }      }
45      public void render (Expression[] params, Map context, HChain into){}      public void render (Expression[] params, Map context, HChain into){}
46      public Type[] getParams(){      public Type[] getParams(){

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

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