zinger.bsheet.commands
Class deref

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

public class deref
extends java.lang.Object


Constructor Summary
deref()
           
 
Method Summary
static java.lang.Object invoke(bsh.Interpreter env, bsh.CallStack callStack, int x, int y)
           
static java.lang.Object invoke(bsh.Interpreter env, bsh.CallStack callStack, java.awt.Point coord)
           
static java.lang.Object invoke(bsh.Interpreter env, bsh.CallStack callStack, java.awt.Point coord, int dx, int dy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

deref

public deref()
Method Detail

invoke

public static java.lang.Object invoke(bsh.Interpreter env,
                                      bsh.CallStack callStack,
                                      int x,
                                      int y)
                               throws bsh.EvalError
Throws:
bsh.EvalError

invoke

public static java.lang.Object invoke(bsh.Interpreter env,
                                      bsh.CallStack callStack,
                                      java.awt.Point coord,
                                      int dx,
                                      int dy)
                               throws bsh.EvalError
Throws:
bsh.EvalError

invoke

public static java.lang.Object invoke(bsh.Interpreter env,
                                      bsh.CallStack callStack,
                                      java.awt.Point coord)
                               throws bsh.EvalError
Throws:
bsh.EvalError