- offset - Variable in class org.scripthelper.debug.AbstractDebugInstrumentor
-
The current line offset.
- offset(int, int) - Method in class org.scripthelper.debug.DebugSourceModel
-
Offset the source for one line containing a step instruction.
- offset - Variable in class org.scripthelper.model.AbstractScriptWrapper
-
The offset from the beginning of the script text content to the text effectively defined in the Script file.
- OK_KEY - Static variable in interface org.scripthelper.swing.SwingScriptLogger
-
The key for the OK button.
- ONE_LINE_COMMENT_PAT - Static variable in class org.scripthelper.groovy.GroovyPatterns
-
The one line comment.
- OPENBRACKET - Static variable in interface org.scripthelper.debug.expr.parser.EquationParserConstants
-
RegularExpression Id.
- OPENCURLY - Static variable in interface org.scripthelper.debug.expr.parser.EquationParserConstants
-
RegularExpression Id.
- openPar() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
- OPENPARENTHESIS - Static variable in interface org.scripthelper.debug.expr.parser.EquationParserConstants
-
RegularExpression Id.
- OPTIM_LEVEL_DEFAULT - Static variable in interface org.scripthelper.model.ScriptWrapper
-
"default": The default optimization level.
- OPTIM_LEVEL_MAX - Static variable in interface org.scripthelper.model.ScriptWrapper
-
"maximum": The maximum optimization level.
- OPTIM_LEVEL_MIN - Static variable in interface org.scripthelper.model.ScriptWrapper
-
"minimum": The minimum optimization level.
- optimLevel - Variable in class org.scripthelper.model.AbstractScriptWrapper
-
- OR - Static variable in interface org.scripthelper.debug.expr.parser.EquationParserConstants
-
RegularExpression Id.
- org.scripthelper.context - package org.scripthelper.context
-
Contains the classes whihc manage the context for scripts.
- org.scripthelper.debug - package org.scripthelper.debug
-
The debug package.
- org.scripthelper.debug.expr - package org.scripthelper.debug.expr
-
Contains the blocks for the breakpoints expressions.
- org.scripthelper.debug.expr.parser - package org.scripthelper.debug.expr.parser
-
Contains the JavaCC parser for the breakpoint expressions.
- org.scripthelper.debug.model - package org.scripthelper.debug.model
-
Contain the source model.
- org.scripthelper.debug.nodes - package org.scripthelper.debug.nodes
-
This package contains utility classes for representing variables in the debugger.
- org.scripthelper.debug.parser - package org.scripthelper.debug.parser
-
The debug parser package, containing abstract class to parse script files.
- org.scripthelper.exceptions - package org.scripthelper.exceptions
-
Contains the classes which wrap script exceptions.
- org.scripthelper.groovy - package org.scripthelper.groovy
-
Contains the classes which implements the Groovy scripts.
- org.scripthelper.groovy.debug - package org.scripthelper.groovy.debug
-
Contains the Groovy debug instrumenting class.
- org.scripthelper.groovy.debug.parser - package org.scripthelper.groovy.debug.parser
-
Contains the classes which implements the Groovy debug parsing.
- org.scripthelper.js - package org.scripthelper.js
-
Contains the classes which implements the Javascript scripts.
- org.scripthelper.js.framework - package org.scripthelper.js.framework
-
Contains classes which control the usage of Javasxript scripts in Graphic environments.
- org.scripthelper.model - package org.scripthelper.model
-
Contains the classes which model the scripts and their methods.
- org.scripthelper.python - package org.scripthelper.python
-
Contains the classes which implements the Python scripts.
- org.scripthelper.ruby - package org.scripthelper.ruby
-
Contains the classes which implements the Ruby scripts.
- org.scripthelper.swing - package org.scripthelper.swing
-
Contains the Swing helper classes for the framework.
- org.scripthelper.swing.debug - package org.scripthelper.swing.debug
-
Contains the Swing helper classes for the debugging framework.
- org.scripthelper.swing.debug.treetable - package org.scripthelper.swing.debug.treetable
-
Contains the treetable classes used by the Swing debugging window.
- org.scripthelper.swing.script - package org.scripthelper.swing.script
-
Contains additional Swing script helper classes.
- outputModel - Variable in class org.scripthelper.debug.AbstractDebugInstrumentor
-
The debugger source model, after the instrumentation.