Uses of Class
ij.macro.Interpreter

Packages that use Interpreter
ij.macro   
 

Uses of Interpreter in ij.macro
 

Methods in ij.macro that return Interpreter
static Interpreter Interpreter.getInstance()
           
 

Methods in ij.macro with parameters of type Interpreter
static void Interpreter.abort(Interpreter interpreter)
          Aborts the specified macro.
static java.lang.Object ExtensionDescriptor.convertVariable(Interpreter interp, int rawType, ij.macro.Variable var)