zinger.bsheet.commands
Class count

java.lang.Object
  extended by zinger.bsheet.commands.count

public class count
extends java.lang.Object


Field Summary
static count INSTANCE
           
 
Constructor Summary
protected count()
           
 
Method Summary
 int getCount(bsh.Interpreter env, bsh.CallStack callStack, java.util.Iterator iterator)
           
static int invoke(bsh.Interpreter env, bsh.CallStack callStack, java.util.Iterator iterator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static count INSTANCE
Constructor Detail

count

protected count()
Method Detail

getCount

public int getCount(bsh.Interpreter env,
                    bsh.CallStack callStack,
                    java.util.Iterator iterator)
             throws bsh.EvalError
Throws:
bsh.EvalError

invoke

public static int invoke(bsh.Interpreter env,
                         bsh.CallStack callStack,
                         java.util.Iterator iterator)
                  throws bsh.EvalError
Throws:
bsh.EvalError