Package | Description |
---|---|
ij | |
ij.macro | |
ij.plugin.frame |
Modifier and Type | Method and Description |
---|---|
static void |
IJ.run(Interpreter interpreter,
java.lang.String command,
java.lang.String options)
The macro interpreter uses this method to run commands.
|
Modifier and Type | Method and Description |
---|---|
static Interpreter |
Interpreter.getInstance() |
Modifier and Type | Method and Description |
---|---|
static void |
Interpreter.abort(Interpreter interp)
Absolete, replaced by abortMacro().
|
static java.lang.Object |
ExtensionDescriptor.convertVariable(Interpreter interp,
int rawType,
Variable var) |
int |
Debugger.debug(Interpreter interp,
int mode) |
Modifier and Type | Method and Description |
---|---|
int |
Editor.debug(Interpreter interp,
int mode) |