Uses of Class
ij.macro.Interpreter
-
Packages that use Interpreter Package Description ij ij.macro ij.plugin.frame -
-
Uses of Interpreter in ij
Methods in ij with parameters of type Interpreter Modifier and Type Method Description static ImagePlusIJ. getImage(Interpreter interpreter)The macro interpreter uses this method to call getImage().static voidIJ. run(Interpreter interpreter, String command, String options)The macro interpreter uses this method to run commands. -
Uses of Interpreter in ij.macro
Methods in ij.macro that return Interpreter Modifier and Type Method Description static InterpreterInterpreter. getInstance()Methods in ij.macro with parameters of type Interpreter Modifier and Type Method Description static voidInterpreter. abort(Interpreter interp)Absolete, replaced by abortMacro().static ObjectExtensionDescriptor. convertVariable(Interpreter interp, int rawType, Variable var)intDebugger. debug(Interpreter interp, int mode) -
Uses of Interpreter in ij.plugin.frame
Methods in ij.plugin.frame with parameters of type Interpreter Modifier and Type Method Description intEditor. debug(Interpreter interp, int mode)
-