Uses of Class
ij.macro.Interpreter

Packages that use Interpreter
ij.macro   
ij.plugin.frame   
 

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 interp)
          Absolete, replaced by abortMacro().
static java.lang.Object ExtensionDescriptor.convertVariable(Interpreter interp, int rawType, ij.macro.Variable var)
           
 

Uses of Interpreter in ij.plugin.frame
 

Methods in ij.plugin.frame with parameters of type Interpreter
 int Editor.debug(Interpreter interp, int mode)