- handle(SourceParser, String, int) - Method in interface org.scripthelper.debug.parser.ParserState
-
Handle the current line of the file to parse.
- handle(SourceParser, String, int) - Method in class org.scripthelper.groovy.debug.parser.ClassState
-
- handle(SourceParser, String, int) - Method in class org.scripthelper.groovy.debug.parser.DefaultState
-
- handle(SourceParser, String, int) - Method in class org.scripthelper.groovy.debug.parser.MethodState
-
- hasAdditionalHelpers() - Method in interface org.scripthelper.context.ScriptContext
-
Return true if there are additional helpers.
- hasAdditionalHelpers() - Method in class org.scripthelper.model.AbstractScriptWrapper
-
Return true the there are additional helper instances.
- hasAdditionalHelpers() - Method in interface org.scripthelper.model.ScriptWrapper
-
Return true the there are additional helper instances.
- hasBreakpoint(int) - Method in class org.scripthelper.debug.DebugSession
-
Return true if there is a breakpoint on a specified line number.
- hasCustomHelper - Variable in class org.scripthelper.model.AbstractScriptWrapper
-
True if there is a custom Helper.
- hasDeclarations() - Method in class org.scripthelper.model.ScriptContent
-
Return true if the content has declarations.
- hasException() - Method in class org.scripthelper.js.framework.RunnableObject
-
Return true if the runnable threw an exception.
- hashCode() - Method in class org.scripthelper.debug.model.Var
-
- hashCode() - Method in class org.scripthelper.model.CachedMethodKey
-
- hashCode() - Method in class org.scripthelper.model.NamedCachedMethodKey
-
- hashCode() - Method in class org.scripthelper.model.ScriptSource
-
- hasInvocableMethod(CachedMethodKey) - Method in interface org.scripthelper.model.ScriptMethodInvoker
-
Return true if the invoker has an invocation method of a specific key.
- hasMaximumLines() - Method in class org.scripthelper.swing.ScriptErrorLoggerArea
-
Return true if the area number of lines is limited.
- hasMaximumLines() - Method in class org.scripthelper.swing.StylableSizableArea
-
Return true if there is a number of lines limitation.
- hasParentSession() - Method in class org.scripthelper.debug.DebugSession
-
Return true if there is a parent session.
- hasProperties() - Method in class org.scripthelper.debug.Breakpoint
-
Return true if this breakpoint has a debug expression.
- hasScriptHelper() - Method in class org.scripthelper.model.AbstractScriptWrapper
-
Return true if there is a script helper.
- hasScriptHelper() - Method in interface org.scripthelper.model.ScriptWrapper
-
Return true if there is a script helper.
- hasScriptHelper() - Method in class org.scripthelper.model.ScriptWrapperCombiner
-
Return true if there is a script helper.
- hasSingletonMethod - Variable in class org.scripthelper.debug.model.SourceModel
-
True if there is a singleton method.
- hasSingletonMethod() - Method in class org.scripthelper.debug.model.SourceModel
-
Return true if there is a singleton method.
- hasSingletonMethod() - Method in class org.scripthelper.model.AbstractScriptWrapper
-
Return true if there is a singleton method.
- hasSingletonMethod() - Method in interface org.scripthelper.model.ScriptWrapper
-
Return true if there is a singleton method.
- hasStep(int) - Method in class org.scripthelper.debug.DebugSession
-
Return true if there is a step on a specified line number.
- hasVariable(String) - Method in interface org.scripthelper.debug.expr.Expression
-
Return true if there is a variable with a specified name.
- hasVariable(String, boolean) - Method in interface org.scripthelper.debug.expr.Expression
-
Return true if there is a variable with a specified name.
- helper - Variable in class org.scripthelper.model.AbstractScriptWrapper
-
The script helper.
- HyperlinkElement<T> - Class in org.scripthelper.context
-
An hyperlink element used to create hyperlink from Objects.
- HyperlinkElement() - Constructor for class org.scripthelper.context.HyperlinkElement
-
- HyperlinkElement(T) - Constructor for class org.scripthelper.context.HyperlinkElement
-
- HyperlinkElement(String, T) - Constructor for class org.scripthelper.context.HyperlinkElement
-
- HyperLinkException - Exception in org.scripthelper.swing
-
Represents an exception which could be thrown when trying to convert an hyperlink.
- HyperLinkException() - Constructor for exception org.scripthelper.swing.HyperLinkException
-
Constructor.
- HyperLinkException(String) - Constructor for exception org.scripthelper.swing.HyperLinkException
-
Constructor.
- HyperLinkException(Throwable) - Constructor for exception org.scripthelper.swing.HyperLinkException
-
Constructor.
- HyperLinkException(String, Throwable) - Constructor for exception org.scripthelper.swing.HyperLinkException
-
Constructor.