- e - Variable in class org.scripthelper.js.framework.RunnableObject
-
The thrown exception.
- echo(String) - Method in class org.scripthelper.context.DefaultScriptContext
-
Echo a message.
- echo(String, String) - Method in class org.scripthelper.context.DefaultScriptContext
-
Echo a message with a specified color.
- echo(String) - Method in interface org.scripthelper.context.ScriptContext
-
Echo a message.
- echo(String, String) - Method in interface org.scripthelper.context.ScriptContext
-
Echo a message with a specified color.
- echo(Number) - Method in interface org.scripthelper.context.ScriptContext
-
Echo a number.
- echo(Number, String) - Method in interface org.scripthelper.context.ScriptContext
-
Echo a number with a specified color.
- editBreakpoint(Breakpoint, String) - Method in class org.scripthelper.swing.debug.SwingDebugScriptWindow
-
Edit a breakpoint for a line number.
- element - Variable in class org.scripthelper.context.HyperlinkElement
-
The hyperlink associated element.
- element() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
- enable_tracing() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
Enable tracing.
- end() - Method in class org.scripthelper.debug.DebugClient
-
End the client session.
- END_TOOLTIP - Static variable in class org.scripthelper.swing.debug.SwingDebugScriptWindow
-
The key for the end tooltip.
- endColumn - Variable in class org.scripthelper.debug.expr.parser.Token
-
The column number of the last character of this Token.
- endDebugSession() - Method in class org.scripthelper.model.AbstractDebuggingScriptWrapper
-
End a debug session.
- endDebugSession() - Method in interface org.scripthelper.model.DebuggingWrapper
-
End a debug session.
- endLine - Variable in class org.scripthelper.debug.expr.parser.Token
-
The line number of the last character of this Token.
- endParsing() - Method in class org.scripthelper.debug.expr.ParsedEquation
-
- endSession() - Method in interface org.scripthelper.debug.DebugListener
-
Called when the session has ended.
- endSession() - Method in class org.scripthelper.debug.DebugSession
-
End a debug session.
- endSession() - Method in class org.scripthelper.debug.DefaultDebugListener
-
Called when the session has ended.
- endSession() - Method in class org.scripthelper.swing.debug.SwingDebugScriptWindow
-
Called when the session has ended.
- EnumProperty(String, String...) - Constructor for class org.scripthelper.swing.script.ScriptPropertyDialog.EnumProperty
-
- EOF - Static variable in interface org.scripthelper.debug.expr.parser.EquationParserConstants
-
End of File.
- eol - Variable in exception org.scripthelper.debug.expr.parser.ParseException
-
The end of line string for this machine.
- EQ - Static variable in interface org.scripthelper.debug.expr.parser.EquationParserConstants
-
RegularExpression Id.
- equals(Object) - Method in class org.scripthelper.debug.model.Var
-
- equals(Object) - Method in class org.scripthelper.model.CachedMethodKey
-
- equals(Object) - Method in class org.scripthelper.model.NamedCachedMethodKey
-
- equals(Object) - Method in class org.scripthelper.model.ScriptSource
-
- Equation - Interface in org.scripthelper.debug.expr
-
An Equation interface.
- EquationParser - Class in org.scripthelper.debug.expr.parser
-
This class performs logical expression parsing and evaluation.
- EquationParser(InputStream) - Constructor for class org.scripthelper.debug.expr.parser.EquationParser
-
Constructor with InputStream.
- EquationParser(InputStream, String) - Constructor for class org.scripthelper.debug.expr.parser.EquationParser
-
Constructor with InputStream and supplied encoding
- EquationParser(Reader) - Constructor for class org.scripthelper.debug.expr.parser.EquationParser
-
Constructor.
- EquationParser(EquationParserTokenManager) - Constructor for class org.scripthelper.debug.expr.parser.EquationParser
-
Constructor with generated Token Manager.
- EquationParserConstants - Interface in org.scripthelper.debug.expr.parser
-
Token literal values and constants.
- EquationParserTokenManager - Class in org.scripthelper.debug.expr.parser
-
Token Manager.
- EquationParserTokenManager(SimpleCharStream) - Constructor for class org.scripthelper.debug.expr.parser.EquationParserTokenManager
-
Constructor.
- EquationParserTokenManager(SimpleCharStream, int) - Constructor for class org.scripthelper.debug.expr.parser.EquationParserTokenManager
-
Constructor.
- err(String, char, Throwable) - Method in class org.scripthelper.model.AbstractDebuggingScriptWrapper
-
Log an error.
- err(String, char, Throwable) - Method in class org.scripthelper.model.AbstractScriptWrapper
-
Log an error.
- err(String, Throwable) - Method in interface org.scripthelper.model.ScriptWrapper
-
- err(String, char, Throwable) - Method in interface org.scripthelper.model.ScriptWrapper
-
Log an error.
- err(String, char, Throwable) - Method in class org.scripthelper.model.ScriptWrapperCombiner
-
Log an error.
- error(String) - Method in class org.scripthelper.context.DefaultScriptContext
-
Error a message.
- error(String) - Method in interface org.scripthelper.context.ScriptContext
-
Error a message.
- error(ScriptException<?>) - Method in class org.scripthelper.swing.ScriptErrorLoggerArea
-
Append an ExceptionWrapper in red in the Logger area.
- error(String, int) - Method in class org.scripthelper.swing.ScriptErrorLoggerArea
-
Append a line of text in red in the Logger area.
- ErrorScriptWindow - Class in org.scripthelper.swing
-
A panel that present the current error.
- ErrorScriptWindow(int, ScriptRuntimeException, boolean, String) - Constructor for class org.scripthelper.swing.ErrorScriptWindow
-
Constructor.
- ErrorScriptWindow(int, ScriptRuntimeException, String) - Constructor for class org.scripthelper.swing.ErrorScriptWindow
-
Constructor.
- ErrorScriptWindow(String, int, ScriptRuntimeException, boolean, String) - Constructor for class org.scripthelper.swing.ErrorScriptWindow
-
Constructor.
- ErrorType - Interface in org.scripthelper.model
-
Specifies the different kinds of error types.
- ErrorWindowListener - Interface in org.scripthelper.swing
-
Listens to the closing of an ErrorScriptWindow.
- eval() - Method in class org.scripthelper.debug.expr.AbstractValue
-
- eval() - Method in class org.scripthelper.debug.expr.Constant
-
- eval() - Method in class org.scripthelper.debug.expr.ExprADD
-
- eval() - Method in class org.scripthelper.debug.expr.ExprAND
-
- eval() - Method in class org.scripthelper.debug.expr.ExprDIV
-
- eval() - Method in class org.scripthelper.debug.expr.ExprEQ
-
- eval() - Method in interface org.scripthelper.debug.expr.Expression
-
Evaluate the expression.
- eval() - Method in class org.scripthelper.debug.expr.ExprGE
-
- eval() - Method in class org.scripthelper.debug.expr.ExprGT
-
- eval() - Method in class org.scripthelper.debug.expr.ExprLE
-
- eval() - Method in class org.scripthelper.debug.expr.ExprLT
-
- eval() - Method in class org.scripthelper.debug.expr.ExprMOD
-
- eval() - Method in class org.scripthelper.debug.expr.ExprMULT
-
- eval() - Method in class org.scripthelper.debug.expr.ExprNEQ
-
- eval() - Method in class org.scripthelper.debug.expr.ExprNOT
-
- eval() - Method in class org.scripthelper.debug.expr.ExprOR
-
- eval() - Method in class org.scripthelper.debug.expr.ExprSUB
-
- eval() - Method in class org.scripthelper.debug.expr.ExprXOR
-
- eval() - Method in class org.scripthelper.debug.expr.ParsedEquation
-
- eval() - Method in class org.scripthelper.debug.expr.Variable
-
- evalMethodWithArguments(Class<?>, Object, String, String) - Method in class org.scripthelper.debug.MethodHelper
-
- evaluate() - Method in class org.scripthelper.debug.Breakpoint
-
Evaluate the debug expression.
- execute(String, Object...) - Method in interface org.scripthelper.js.JSScriptable
-
Execute a method, used for methods applied on a property in the script.
- executeInGraphicThread(short) - Method in class org.scripthelper.js.JSScriptWrapper
-
Set the graphic framework in which the script must be executed.
- executeMethod(Object...) - Method in class org.scripthelper.model.AbstractScriptMethodProxy
-
Execute the script and return a result.
- executeMethod(Object...) - Method in class org.scripthelper.model.AbstractVoidScriptMethodProxy
-
Execute the script and return a result.
- executeMethod() - Method in interface org.scripthelper.model.ScriptMethodProxy
-
Execute the method with no arguments and return a result.
- executeMethod(Object...) - Method in interface org.scripthelper.model.ScriptMethodProxy
-
Execute the method and return a result.
- executeScriptImpl(Object...) - Method in class org.scripthelper.model.AbstractScriptMethodProxy
-
Execute the script.
- executeScriptImpl(Object...) - Method in class org.scripthelper.model.AbstractVoidScriptMethodProxy
-
Execute the script.
- exListeners - Variable in class org.scripthelper.model.AbstractScriptWrapper
-
The script exception listeners.
- expand() - Method in class org.scripthelper.debug.nodes.VarNode
-
Expand the node.
- ExpandBuff(boolean) - Static method in class org.scripthelper.debug.expr.parser.SimpleCharStream
-
- expectedTokenSequences - Variable in exception org.scripthelper.debug.expr.parser.ParseException
-
Each entry in this array is an array of integers.
- expr - Variable in class org.scripthelper.debug.expr.AbstractUnaryExpression
-
The enclosed expression.
- expr() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
- expr1 - Variable in class org.scripthelper.debug.expr.AbstractAryExpression
-
- expr2 - Variable in class org.scripthelper.debug.expr.AbstractAryExpression
-
- ExprADD - Class in org.scripthelper.debug.expr
-
Represent a "ADD" expression.
- ExprADD(Expression) - Constructor for class org.scripthelper.debug.expr.ExprADD
-
- ExprAND - Class in org.scripthelper.debug.expr
-
Represent a "AND" expression.
- ExprAND(Expression) - Constructor for class org.scripthelper.debug.expr.ExprAND
-
- exprContinuation() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
- ExprDIV - Class in org.scripthelper.debug.expr
-
Represent a "Divide" expression.
- ExprDIV(Expression) - Constructor for class org.scripthelper.debug.expr.ExprDIV
-
- ExprEQ - Class in org.scripthelper.debug.expr
-
Represent a "Equal to" expression.
- ExprEQ(Expression) - Constructor for class org.scripthelper.debug.expr.ExprEQ
-
- Expression - Interface in org.scripthelper.debug.expr
-
Repredent any expression that can be evaluated.
- ExprGE - Class in org.scripthelper.debug.expr
-
Represent a "Greater or equal than" expression.
- ExprGE(Expression) - Constructor for class org.scripthelper.debug.expr.ExprGE
-
- ExprGT - Class in org.scripthelper.debug.expr
-
Represent a "Greater than" expression.
- ExprGT(Expression) - Constructor for class org.scripthelper.debug.expr.ExprGT
-
- ExprLE - Class in org.scripthelper.debug.expr
-
Represent a "Less or Equal than" expression.
- ExprLE(Expression) - Constructor for class org.scripthelper.debug.expr.ExprLE
-
- ExprLT - Class in org.scripthelper.debug.expr
-
Represent a "Less or Equal than" expression.
- ExprLT(Expression) - Constructor for class org.scripthelper.debug.expr.ExprLT
-
- exprManyMULTDIVIDE() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
- ExprMOD - Class in org.scripthelper.debug.expr
-
Represent a "%" (modulo) expression.
- ExprMOD(Expression) - Constructor for class org.scripthelper.debug.expr.ExprMOD
-
- ExprMULT - Class in org.scripthelper.debug.expr
-
Represent a "Multiply" expression.
- ExprMULT(Expression) - Constructor for class org.scripthelper.debug.expr.ExprMULT
-
- exprMULTDIVIDE() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
- exprMULTDIVIDEContinuation() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
- ExprNEQ - Class in org.scripthelper.debug.expr
-
Represent a "Not Equal than" expression.
- ExprNEQ(Expression) - Constructor for class org.scripthelper.debug.expr.ExprNEQ
-
- ExprNOT - Class in org.scripthelper.debug.expr
-
Represent a "Not" expression.
- ExprNOT(Expression) - Constructor for class org.scripthelper.debug.expr.ExprNOT
-
- ExprOR - Class in org.scripthelper.debug.expr
-
Represent a "Or" expression.
- ExprOR(Expression) - Constructor for class org.scripthelper.debug.expr.ExprOR
-
- ExprSUB - Class in org.scripthelper.debug.expr
-
Represent a "Subtract" expression.
- ExprSUB(Expression) - Constructor for class org.scripthelper.debug.expr.ExprSUB
-
- exprWithFirst() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
- exprWithoutFirst() - Static method in class org.scripthelper.debug.expr.parser.EquationParser
-
- ExprXOR - Class in org.scripthelper.debug.expr
-
Represent a "XOR" expression.
- ExprXOR(Expression) - Constructor for class org.scripthelper.debug.expr.ExprXOR
-