- calculateContext(Object, String, int, int) - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
Calculate a context over a given code fragment.
- cancelTerminate(Context) - Method in class org.eclipse.ease.lang.javascript.rhino.ObservingContextFactory
-
- canDisconnect() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- canExecute(ScriptType, InputStream, boolean) - Static method in class org.eclipse.ease.sign.SignatureCheck
-
Use result of this method directly to know whether to run remote/local scripts.
- canResume() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- canSave() - Method in class org.eclipse.ease.ui.launching.MainTab
-
- canStepInto() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- canStepInto() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- canStepOver() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- canStepOver() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- canStepReturn() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- canStepReturn() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- canSuspend() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- canTerminate() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- CERTIFICATE_TAG - Static variable in interface org.eclipse.ease.sign.ISignatureConstants
-
- classInstantiation(Class<?>, String[]) - Method in interface org.eclipse.ease.ICodeFactory
-
Create code to instantiate a java class.
- classInstantiation(Class<?>, String[]) - Method in class org.eclipse.ease.lang.javascript.JavaScriptCodeFactory
-
- classInstantiation(Class<?>, String[]) - Method in class org.eclipse.ease.lang.python.PythonCodeFactory
-
- clear() - Method in class org.eclipse.ease.ui.view.ScriptHistoryText
-
- clearOutput() - Method in class org.eclipse.ease.ui.view.ScriptShell
-
Clear the output text.
- CodeCompletionAggregator - Class in org.eclipse.ease.ui.completion
-
Dispatcher class create code completion proposals.
- CodeCompletionAggregator() - Constructor for class org.eclipse.ease.ui.completion.CodeCompletionAggregator
-
- compareTo(ScriptCompletionProposal) - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- COMPLETION_PROCESSOR - Static variable in class org.eclipse.ease.ui.completion.CodeCompletionAggregator
-
String constant for codeCompletionProvider extension point.
- CompletionContext - Class in org.eclipse.ease.ui.completion
-
The context evaluates and stores information on the code fragment at a given cursor position.
- CompletionContext(IScriptEngine, ScriptType) - Constructor for class org.eclipse.ease.ui.completion.CompletionContext
-
Context constructor.
- CompletionContext.Bracket - Class in org.eclipse.ease.ui.completion
-
- CompletionLabelProvider - Class in org.eclipse.ease.ui.completion
-
- CompletionLabelProvider() - Constructor for class org.eclipse.ease.ui.completion.CompletionLabelProvider
-
- computeDetail(IValue, IValueDetailListener) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation
-
- connect() - Method in class org.eclipse.ease.urlhandler.WorkspaceURLConnection
-
- CONSOLE_ACTIVE - Static variable in class org.eclipse.ease.ui.console.ScriptConsole
-
- CONSOLE_BASE - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- CONSOLE_OPEN_ON_ERR - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- CONSOLE_OPEN_ON_OUT - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- containSignature(ScriptType, InputStream) - Static method in class org.eclipse.ease.sign.SignatureHelper
-
Checks the given input stream to see whether it contains signature or not.
- containsPackage(String) - Static method in class org.eclipse.ease.ui.completion.provider.JavaPackagesCompletionProvider
-
Try to find a package in the registered package list
- ContributionTools - Class in org.eclipse.ease.tools
-
- convertBase64ToBytes(String) - Static method in class org.eclipse.ease.sign.SignatureHelper
-
Converts given
Base64
string to bytes.
- convertBytesToBase64(byte[]) - Static method in class org.eclipse.ease.sign.SignatureHelper
-
Converts given bytes in
Base64
form.
- create(Class, IServiceLocator, IServiceLocator) - Method in class org.eclipse.ease.service.ScriptServiceFactory
-
- create(String, IScriptEngine) - Static method in class org.eclipse.ease.ui.console.ScriptConsole
-
- create(IScriptEngine) - Static method in class org.eclipse.ease.ui.console.ScriptConsole
-
- createCommentedString(String) - Method in class org.eclipse.ease.AbstractCodeFactory
-
Provide a default implementation that adds a single line comment token to the beginning of each line of the comment.
- createCommentedString(String, boolean) - Method in class org.eclipse.ease.AbstractCodeFactory
-
- createCommentedString(String) - Method in interface org.eclipse.ease.ICodeFactory
-
Create code for the provided comment.
- createCommentedString(String, boolean) - Method in interface org.eclipse.ease.ICodeFactory
-
Create code for the provided comment.
- createCommentedString(String, boolean) - Method in class org.eclipse.ease.lang.javascript.JavaScriptCodeFactory
-
- createControl(Composite) - Method in class org.eclipse.ease.ui.launching.LibrariesTab
-
- createControl(Composite) - Method in class org.eclipse.ease.ui.launching.MainTab
-
- createEngine(IScriptEngine) - Method in interface org.eclipse.ease.IScriptEngineLaunchExtension
-
Called upon a script engine creation.
- createEngine(IScriptEngine) - Method in class org.eclipse.ease.modules.BootStrapper
-
- createEngine() - Method in class org.eclipse.ease.service.EngineDescription
-
Create a dedicated script engine.
- createFinalFieldWrapper(IEnvironment, String, Field) - Method in interface org.eclipse.ease.ICodeFactory
-
Create code to bind a final java field to a script variable.
- createFinalFieldWrapper(IEnvironment, String, Field) - Method in class org.eclipse.ease.lang.javascript.JavaScriptCodeFactory
-
- createFinalFieldWrapper(IEnvironment, String, Field) - Method in class org.eclipse.ease.lang.python.PythonCodeFactory
-
- createFromLocation(String) - Static method in class org.eclipse.ease.ui.tools.LocationImageDescriptor
-
- createFunctionCall(Method, Object...) - Method in class org.eclipse.ease.AbstractCodeFactory
-
- createFunctionCall(Method, Object...) - Method in interface org.eclipse.ease.ICodeFactory
-
Create code to call a wrapped function.
- createFunctionWrapper(IEnvironment, String, Method) - Method in interface org.eclipse.ease.ICodeFactory
-
Create code to wrap a java method call on a given script variable to the target language.
- createFunctionWrapper(IEnvironment, String, Method) - Method in class org.eclipse.ease.lang.javascript.JavaScriptCodeFactory
-
- createFunctionWrapper(IEnvironment, String, Method) - Method in class org.eclipse.ease.lang.python.PythonCodeFactory
-
- createKeywordHeader(Map<String, String>, String) - Method in class org.eclipse.ease.AbstractCodeFactory
-
- createKeywordHeader(Map<String, String>, String) - Method in interface org.eclipse.ease.ICodeFactory
-
Create a comment header for given keywords.
- createModuleInstance() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
Create a new instance of the module.
- createPartControl(IWorkbenchPartSite, Composite) - Method in interface org.eclipse.ease.ui.view.IShellDropin
-
Create the drop-in visual components.
- createPartControl(Composite) - Method in class org.eclipse.ease.ui.view.ModuleExplorerView
-
Create contents of the view part.
- createPartControl(IWorkbenchPartSite, Composite) - Method in class org.eclipse.ease.ui.view.ModuleStackDropin
-
- createPartControl(Composite) - Method in class org.eclipse.ease.ui.view.ScriptShell
-
- createPartControl(IWorkbenchPartSite, Composite) - Method in class org.eclipse.ease.ui.view.VariablesDropin
-
- createSignature(KeyStore, InputStream, String, String, String, String) - Static method in class org.eclipse.ease.sign.PerformSignature
-
Initializes private key and gets signature of provided file.
- createTabs(ILaunchConfigurationDialog, String) - Method in class org.eclipse.ease.ui.launching.LaunchConfigurationTabGroup
-
- getActivationChars() - Method in class org.eclipse.ease.ui.completion.CodeCompletionAggregator
-
- getActiveFile() - Static method in class org.eclipse.ease.tools.ResourceTools
-
Returns the currently active file in the workbench.
- getAdapter(Class) - Method in class org.eclipse.ease.debugging.DynamicContentEditorInput
-
- getAdapter(Class) - Method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- getAdapter(Class) - Method in class org.eclipse.ease.ui.console.ScriptConsolePageParticipant
-
- getAdditionalProposalInfo() - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getAdditionalProposalInfo(IProgressMonitor) - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getAliases(KeyStore) - Static method in class org.eclipse.ease.sign.PerformSignature
-
Gets all aliases from keystore.
- getAttribute(String) - Method in class org.eclipse.ease.debugging.ScriptDebugProcess
-
- getAvailableModuleCategories() - Method in interface org.eclipse.ease.service.IScriptService
-
Get a map of available module categories.
- getAvailableModuleCategories() - Method in class org.eclipse.ease.service.ScriptService
-
- getAvailableModules() - Method in interface org.eclipse.ease.service.IScriptService
-
Get a map of available modules.
- getAvailableModules() - Method in class org.eclipse.ease.service.ScriptService
-
- getAvailableScriptTypes() - Method in interface org.eclipse.ease.service.IScriptService
-
Get a map of available script tpye.
- getAvailableScriptTypes() - Method in class org.eclipse.ease.service.ScriptService
-
- getBreakpoint() - Method in class org.eclipse.ease.debugging.events.BreakpointRequest
-
- getBreakpoints() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- getBundleID() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
- getCaller() - Method in interface org.eclipse.ease.ICompletionContext
-
Get the caller method for string literals.
- getCaller() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getCertificate(KeyStore, String, boolean) - Static method in class org.eclipse.ease.sign.PerformSignature
-
Obtains certificate for corresponding alias.
- getCertificateChain() - Method in class org.eclipse.ease.sign.SignatureInfo
-
- getCharEnd() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- getCharStart() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- getChildren() - Method in class org.eclipse.ease.ui.completion.provider.LocationResolver
-
Get all children of this location.
- getChildren(Object) - Method in class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider
-
- getClazz() - Method in class org.eclipse.ease.ICodeFactory.Parameter
-
- getCode() - Method in class org.eclipse.ease.Script
-
Get the scriptable data as
String
.
- getCodeFactory(IScriptEngine) - Static method in class org.eclipse.ease.service.ScriptService
-
- getCodeFactory() - Method in class org.eclipse.ease.service.ScriptType
-
- getCodeParser(IScriptEngine) - Static method in class org.eclipse.ease.service.ScriptService
-
- getCodeParser() - Method in class org.eclipse.ease.service.ScriptType
-
- getCodeStream() - Method in class org.eclipse.ease.Script
-
- getCommand() - Method in class org.eclipse.ease.Script
-
Returns the command object of this script.
- getCompletionProposals(Object, String, int, int, IProgressMonitor) - Method in class org.eclipse.ease.ui.completion.CodeCompletionAggregator
-
- getCondition() - Method in exception org.eclipse.ease.BreakException
-
- getConsoleType() - Static method in class org.eclipse.ease.ui.console.ScriptConsole
-
- getContent() - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getContentOnly() - Method in class org.eclipse.ease.sign.SignatureInfo
-
- getContentProvider() - Method in class org.eclipse.ease.ui.view.ModuleExplorerView
-
- getContentTypes() - Method in class org.eclipse.ease.service.ScriptType
-
- getContext(IScriptEngine, Object, String, int, int) - Method in class org.eclipse.ease.AbstractCodeParser
-
- getContext() - Method in class org.eclipse.ease.Activator
-
- getContext(IScriptEngine, Object, String, int, int) - Method in interface org.eclipse.ease.ICodeParser
-
- getContext(IScriptEngine, Object, String, int, int) - Method in class org.eclipse.ease.lang.javascript.JavaScriptCodeParser
-
- getContext() - Method in class org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine
-
- getContext(IScriptEngine, Object, String, int, int) - Method in class org.eclipse.ease.lang.python.PythonCodeParser
-
- getContext() - Method in class org.eclipse.ease.ui.Activator
-
- getContext() - Method in class org.eclipse.ease.ui.completion.AbstractCompletionProvider
-
Get the current context.
- getContextInformation() - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getContribution(IServiceLocator) - Method in class org.eclipse.ease.ui.tools.AbstractPopupItem
-
- getContribution(IServiceLocator) - Method in class org.eclipse.ease.ui.tools.AbstractPopupMenu
-
- getContributionParameter() - Method in class org.eclipse.ease.ui.tools.AbstractPopupMenu
-
- getCursorPosition() - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getDebugFrame() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- getDebugFrames() - Method in class org.eclipse.ease.debugging.events.StackFramesEvent
-
- getDebugFrames() - Method in class org.eclipse.ease.debugging.events.SuspendedEvent
-
- getDebugTarget() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- getDebugTarget() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- getDefault() - Static method in class org.eclipse.ease.Activator
-
- getDefault() - Static method in class org.eclipse.ease.lang.python.Activator
-
- getDefault() - Static method in class org.eclipse.ease.ui.Activator
-
- getDefaultExtension() - Method in class org.eclipse.ease.service.ScriptType
-
- getDefaultValue(ICodeFactory.Parameter) - Method in class org.eclipse.ease.AbstractCodeFactory
-
- getDefaultValue(ICodeFactory.Parameter) - Method in interface org.eclipse.ease.ICodeFactory
-
Get the default value for a given parameter
- getDefaultValue() - Method in class org.eclipse.ease.ICodeFactory.Parameter
-
- getDefaultValue(ScriptParameter, Class<?>) - Static method in class org.eclipse.ease.modules.ScriptParameter.OptionalParameterHelper
-
- getDefinition(Object) - Static method in class org.eclipse.ease.modules.ModuleDefinition
-
Retrieve the module definition for a given module instance.
- getDependencies() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
Get a map of module dependencies.
- getDescription() - Method in class org.eclipse.ease.AbstractScriptEngine
-
- getDescription() - Method in class org.eclipse.ease.engine.JavaEngine
-
- getDescription() - Method in interface org.eclipse.ease.IScriptEngine
-
Get engine description for current engine.
- getDescription() - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getDisplayName() - Method in class org.eclipse.ease.ui.tools.AbstractPopupItem
-
- getDisplayName() - Method in class org.eclipse.ease.ui.tools.AbstractPopupMenu
-
- getDisplayString() - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getEditorId(IEditorInput, Object) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation
-
- getEditorInput(Object) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation
-
- getElements(Object) - Method in class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider
-
- getEngine(String) - Method in interface org.eclipse.ease.service.IScriptService
-
Get default engine for a given script type.
- getEngine(String) - Method in class org.eclipse.ease.service.ScriptService
-
- getEngineByID(String) - Method in interface org.eclipse.ease.service.IScriptService
-
Get a dedicated engine description.
- getEngineByID(String) - Method in class org.eclipse.ease.service.ScriptService
-
- getEngines() - Method in interface org.eclipse.ease.service.IScriptService
-
Get available engine descriptions.
- getEngines(String) - Method in interface org.eclipse.ease.service.IScriptService
-
Get available engine descriptions for a given script type.
- getEngines() - Method in class org.eclipse.ease.service.ScriptService
-
- getEngines(String) - Method in class org.eclipse.ease.service.ScriptService
-
- getEngines() - Method in class org.eclipse.ease.service.ScriptType
-
Get available engines.
- getEnvironment() - Method in class org.eclipse.ease.engine.JavaEngine
-
- getEnvironment(IScriptEngine) - Static method in class org.eclipse.ease.modules.AbstractEnvironment
-
- getErrorStream() - Method in class org.eclipse.ease.AbstractScriptEngine
-
- getErrorStream() - Method in class org.eclipse.ease.engine.JavaEngine
-
- getErrorStream() - Method in interface org.eclipse.ease.IScriptEngine
-
- getErrorStream() - Method in class org.eclipse.ease.ui.console.ScriptConsole
-
- getException() - Method in class org.eclipse.ease.ScriptResult
-
Get the exception stored within this result.
- getExecutedFile() - Method in class org.eclipse.ease.AbstractScriptEngine
-
- getExecutedFile() - Method in class org.eclipse.ease.engine.JavaEngine
-
- getExecutedFile() - Method in interface org.eclipse.ease.IScriptEngine
-
Get the currently executed file instance.
- getExitValue() - Method in class org.eclipse.ease.debugging.ScriptDebugProcess
-
- getExportedPackages(Bundle) - Static method in class org.eclipse.ease.ui.completion.provider.JavaPackagesCompletionProvider
-
Get a list of all exported packages of a bundle.
- getFields() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
- getFields(Class<?>) - Static method in class org.eclipse.ease.modules.ModuleHelper
-
Returns a List of exported fields.
- getFile() - Method in class org.eclipse.ease.Script
-
Returns the file instance, if the current command is backed by a file.
- getFilter() - Method in interface org.eclipse.ease.ICompletionContext
-
- getFilter() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getFilterPart() - Method in class org.eclipse.ease.ui.completion.provider.LocationResolver
-
Detect part of location that denotes the filter component.
- getFrame(Context, DebuggableScript) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger
-
- getHeaderComment(InputStream) - Method in class org.eclipse.ease.AbstractCodeParser
-
Default implementation to extract the first comment area from a stream.
- getHeaderComment(InputStream) - Method in interface org.eclipse.ease.ICodeParser
-
Parses the file for a comment section at the beginning.
- getHelpLocation(String) - Method in class org.eclipse.ease.modules.ModuleDefinition
-
Provide the help location for a given topic.
- getId() - Method in class org.eclipse.ease.modules.ModuleCategoryDefinition
-
- getId() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
- getID() - Method in class org.eclipse.ease.service.EngineDescription
-
- getImage(Object) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation
-
- getImage(String, String, boolean) - Static method in class org.eclipse.ease.ui.Activator
-
- getImage(Object) - Method in class org.eclipse.ease.ui.completion.CompletionLabelProvider
-
- getImage() - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getImage(Object) - Method in class org.eclipse.ease.ui.preferences.ModulesLabelProvider
-
- getImageData() - Method in class org.eclipse.ease.ui.tools.LocationImageDescriptor
-
- getImageDescriptor(String, String) - Static method in class org.eclipse.ease.Activator
-
- getImageDescriptor() - Method in class org.eclipse.ease.debugging.DynamicContentEditorInput
-
- getImageDescriptor() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
- getImageDescriptor(IConfigurationElement, String) - Static method in class org.eclipse.ease.tools.ContributionTools
-
- getImageDescriptor(String) - Static method in class org.eclipse.ease.ui.Activator
-
Returns an image descriptor for the image file at the given plug-in relative path
- getImageDescriptor(String, String) - Static method in class org.eclipse.ease.ui.Activator
-
- getIncludedResources() - Method in interface org.eclipse.ease.ICompletionContext
-
Get a list of included resource.
- getIncludedResources() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getInputStream() - Method in class org.eclipse.ease.AbstractScriptEngine
-
- getInputStream() - Method in class org.eclipse.ease.engine.JavaEngine
-
- getInputStream() - Method in interface org.eclipse.ease.IScriptEngine
-
- getInputStream(Object) - Static method in class org.eclipse.ease.tools.ResourceTools
-
- getInputStream() - Method in class org.eclipse.ease.urlhandler.WorkspaceURLConnection
-
- getInstance() - Static method in class org.eclipse.ease.lang.javascript.rhino.RhinoClassLoader
-
- getInstance() - Static method in class org.eclipse.ease.service.ScriptService
-
- getInstance(ScriptType, InputStream) - Static method in class org.eclipse.ease.sign.VerifySignature
-
Use this method to get constructor when signature is attached to script file.
- getInstance(ScriptType, InputStream, InputStream) - Static method in class org.eclipse.ease.sign.VerifySignature
-
Use this method to get constructor when script contents and signature are separate.
- getLabel() - Method in class org.eclipse.ease.debugging.ScriptDebugProcess
-
- getLabel() - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getLaunch() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- getLaunch() - Method in class org.eclipse.ease.ui.console.ScriptConsole
-
- getLaunchableResource(IEditorPart) - Method in class org.eclipse.ease.ui.tools.AbstractLaunchDelegate
-
- getLaunchableResource(ISelection) - Method in class org.eclipse.ease.ui.tools.AbstractLaunchDelegate
-
- getLaunchConfigurations(IEditorPart) - Method in class org.eclipse.ease.ui.tools.AbstractLaunchDelegate
-
- getLaunchConfigurations(ISelection) - Method in class org.eclipse.ease.ui.tools.AbstractLaunchDelegate
-
- getLaunchExtensions(String) - Method in interface org.eclipse.ease.service.IScriptService
-
Get Launch extensions for a dedicated script engine.
- getLaunchExtensions(String) - Method in class org.eclipse.ease.service.ScriptService
-
- getLineNumber() - Method in interface org.eclipse.ease.debugging.IScriptDebugFrame
-
- getLineNumber() - Method in class org.eclipse.ease.debugging.ScriptDebugFrame
-
- getLineNumber() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- getLoadedModules() - Method in interface org.eclipse.ease.ICompletionContext
-
Get a list of loaded modules.
- getLoadedModules(IScriptEngine) - Static method in class org.eclipse.ease.modules.ModuleHelper
-
Get all loaded modules for a given script engine.
- getLoadedModules() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getLocalImageDescriptor(String) - Static method in class org.eclipse.ease.ui.Activator
-
- getLocalPluginIconImage(String) - Static method in class org.eclipse.ease.ui.Activator
-
- getMemento() - Method in class org.eclipse.ease.debugging.ScriptSourceLocator
-
- getMemoryBlock(long, long) - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- getMessage() - Method in exception org.eclipse.ease.ScriptExecutionException
-
- getMessage() - Method in class org.eclipse.ease.ui.launching.LibrariesTab
-
- getMessage() - Method in class org.eclipse.ease.ui.launching.MainTab
-
- getMessageDigestAlgo() - Method in class org.eclipse.ease.sign.SignatureInfo
-
- getMethodNames(Method) - Static method in class org.eclipse.ease.AbstractCodeFactory
-
- getMethodReturnType(Method) - Static method in class org.eclipse.ease.ui.completion.provider.JavaMethodCompletionProvider
-
- getMethods() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
- getMethods(Class<?>) - Static method in class org.eclipse.ease.modules.ModuleHelper
-
Returns a list of exported methods.
- getMethodSignature(Method) - Static method in class org.eclipse.ease.ui.completion.provider.JavaMethodCompletionProvider
-
- getMilliSeconds() - Method in class org.eclipse.ease.ui.tools.Timer
-
- getMode() - Method in class org.eclipse.ease.debugging.events.BreakpointRequest
-
- getModelIdentifier() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- getModule(String) - Method in class org.eclipse.ease.modules.AbstractEnvironment
-
Resolves a loaded module and returns the Java instance.
- getModule(U) - Method in class org.eclipse.ease.modules.AbstractEnvironment
-
Resolves a loaded module by its class.
- getModule(String) - Method in interface org.eclipse.ease.modules.IEnvironment
-
- getModule(U) - Method in interface org.eclipse.ease.modules.IEnvironment
-
- getModuleClass() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
Get the class definition of the provided module.
- getModuleDefinition(String) - Method in interface org.eclipse.ease.service.IScriptService
-
Get the definition of the module with given ID.
- getModuleDefinition(String) - Method in class org.eclipse.ease.service.ScriptService
-
- getModules() - Method in class org.eclipse.ease.modules.AbstractEnvironment
-
- getModules() - Method in interface org.eclipse.ease.modules.IEnvironment
-
Retrieve a list of loaded modules.
- getName() - Method in class org.eclipse.ease.debugging.DynamicContentEditorInput
-
- getName() - Method in interface org.eclipse.ease.debugging.IScriptDebugFrame
-
- getName() - Method in class org.eclipse.ease.debugging.ScriptDebugFrame
-
- getName() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- getName() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- getName() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- getName() - Method in class org.eclipse.ease.debugging.ScriptDebugVariable
-
- getName() - Method in class org.eclipse.ease.engine.JavaEngine
-
- getName() - Method in class org.eclipse.ease.ICodeFactory.Parameter
-
- getName() - Method in interface org.eclipse.ease.IScriptEngine
-
Get the engine name.
- getName() - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugTarget
-
- getName() - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.RhinoDebugFrame
-
- getName() - Method in class org.eclipse.ease.modules.ModuleCategoryDefinition
-
- getName() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
- getName() - Method in class org.eclipse.ease.service.EngineDescription
-
- getName() - Method in class org.eclipse.ease.service.ScriptType
-
- getName() - Method in class org.eclipse.ease.ui.launching.LibrariesTab
-
- getName() - Method in class org.eclipse.ease.ui.launching.MainTab
-
- getOffset() - Method in interface org.eclipse.ease.ICompletionContext
-
- getOffset() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getOriginalCode() - Method in interface org.eclipse.ease.ICompletionContext
-
- getOriginalCode() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getOutputStream() - Method in class org.eclipse.ease.AbstractScriptEngine
-
- getOutputStream() - Method in class org.eclipse.ease.engine.JavaEngine
-
- getOutputStream() - Method in interface org.eclipse.ease.IScriptEngine
-
- getOutputStream() - Method in class org.eclipse.ease.ui.console.ScriptConsole
-
- getPackage() - Method in interface org.eclipse.ease.ICompletionContext
-
Returns the package for PACKAGE types.
- getPackage() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getPackages() - Static method in class org.eclipse.ease.ui.completion.provider.JavaPackagesCompletionProvider
-
- getParameterOffset() - Method in interface org.eclipse.ease.ICompletionContext
-
Get the index of the parameter for string literals.
- getParameterOffset() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getParameters(Method) - Static method in class org.eclipse.ease.modules.ModuleHelper
-
- getParameters(String) - Static method in class org.eclipse.ease.ui.completion.AbstractCompletionParser
-
- getParent(Object) - Method in class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider
-
- getParentId() - Method in class org.eclipse.ease.modules.ModuleCategoryDefinition
-
- getParentString() - Method in class org.eclipse.ease.ui.completion.provider.LocationResolver
-
Get a string representation of the resolved location folder.
- getPath() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
Get the full module name.
- getPersistable() - Method in class org.eclipse.ease.debugging.DynamicContentEditorInput
-
- getPluginIconImage(String, String) - Static method in class org.eclipse.ease.ui.Activator
-
This method returns an org.eclipse.swt.graphics.Image
identified by its pluginId and iconPath.
- getPostExecutionCode(IEnvironment, Method) - Static method in class org.eclipse.ease.AbstractCodeFactory
-
- getPostExecutionCode(Method) - Method in interface org.eclipse.ease.modules.IScriptFunctionModifier
-
Get code that shall be executed after actual method gets called.
- getPreExecutionCode(IEnvironment, Method) - Static method in class org.eclipse.ease.AbstractCodeFactory
-
- getPreExecutionCode(Method) - Method in interface org.eclipse.ease.modules.IScriptFunctionModifier
-
Get code that shall be executed before actual method gets called.
- getPriority() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- getPriority() - Method in class org.eclipse.ease.service.EngineDescription
-
- getProcess() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- getProcessedCode() - Method in interface org.eclipse.ease.ICompletionContext
-
- getProcessedCode() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getProposals(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.AbstractCompletionProvider
-
- getProposals(String, int) - Method in class org.eclipse.ease.ui.completion.CodeCompletionAggregator
-
- getProposals(ICompletionContext) - Method in interface org.eclipse.ease.ui.completion.ICompletionProvider
-
- getProvider() - Method in class org.eclipse.ease.sign.SignatureInfo
-
- getReferenceTypeName() - Method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- getReferenceTypeName() - Method in class org.eclipse.ease.debugging.ScriptDebugVariable
-
- getReferredClazz() - Method in interface org.eclipse.ease.ICompletionContext
-
- getReferredClazz() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getRegisterGroups() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- getResolvedFolder() - Method in class org.eclipse.ease.ui.completion.provider.LocationResolver
-
Get base folder this location refers to.
- getResource() - Method in interface org.eclipse.ease.ICompletionContext
-
Get the base resource of the context.
- getResource(String) - Method in class org.eclipse.ease.lang.javascript.rhino.BundleProxyClassLoader
-
- getResource(Object) - Static method in class org.eclipse.ease.tools.ResourceTools
-
Get an existing resource (file/folder/URI).
- getResource() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getResult() - Method in class org.eclipse.ease.Script
-
Get execution result.
- getResult() - Method in class org.eclipse.ease.ScriptResult
-
Get the result value stored.
- getResult() - Method in class org.eclipse.ease.tools.RunnableWithResult
-
Get the result of the run execution.
- getResultFromTry() - Method in class org.eclipse.ease.tools.RunnableWithResult
-
Get the result of the run execution.
- getSaveName(String) - Static method in class org.eclipse.ease.lang.javascript.JavaScriptHelper
-
- getSaveName(String) - Static method in class org.eclipse.ease.lang.python.PythonHelper
-
- getSaveVariableName(String) - Method in class org.eclipse.ease.engine.JavaEngine
-
- getSaveVariableName(String) - Method in interface org.eclipse.ease.ICodeFactory
-
Converts a given string to a save variable name for the target language.
- getSaveVariableName(String) - Method in interface org.eclipse.ease.IScriptEngine
-
Return a save name to be used for a variable.
- getSaveVariableName(String) - Method in class org.eclipse.ease.lang.javascript.JavaScriptCodeFactory
-
- getSaveVariableName(String) - Method in class org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine
-
- getSaveVariableName(String) - Method in class org.eclipse.ease.lang.python.PythonCodeFactory
-
- getScript() - Method in class org.eclipse.ease.debugging.events.BreakpointRequest
-
- getScript() - Method in class org.eclipse.ease.debugging.events.ScriptReadyEvent
-
- getScript() - Method in class org.eclipse.ease.debugging.events.ScriptTerminatedEvent
-
- getScript() - Method in interface org.eclipse.ease.debugging.IScriptDebugFrame
-
- getScript() - Method in class org.eclipse.ease.debugging.ScriptDebugFrame
-
- getScript() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- getScriptEngine() - Method in interface org.eclipse.ease.ICompletionContext
-
Get the running script engine.
- getScriptEngine() - Method in interface org.eclipse.ease.IScriptEngineProvider
-
- getScriptEngine() - Method in class org.eclipse.ease.modules.AbstractScriptModule
-
Get the current script engine.
- getScriptEngine() - Method in class org.eclipse.ease.modules.EnvironmentModule
-
Get the current script engine instance.
- getScriptEngine() - Method in interface org.eclipse.ease.modules.IEnvironment
-
- getScriptEngine() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getScriptEngine() - Method in class org.eclipse.ease.ui.console.ScriptConsole
-
- getScriptEngine() - Method in class org.eclipse.ease.ui.view.ScriptShell
-
- getScriptType() - Method in interface org.eclipse.ease.ICompletionContext
-
- getScriptType() - Static method in class org.eclipse.ease.lang.javascript.JavaScriptHelper
-
- getScriptType() - Static method in class org.eclipse.ease.lang.python.PythonHelper
-
- getScriptType(String) - Method in interface org.eclipse.ease.service.IScriptService
-
Get the script type for a given resource location.
- getScriptType(String) - Method in class org.eclipse.ease.service.ScriptService
-
- getScriptType() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getSelection(IDocument) - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getSelection() - Method in class org.eclipse.ease.ui.view.TextSelectionProvider
-
- getSelectionRange() - Method in interface org.eclipse.ease.ICompletionContext
-
- getSelectionRange() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getService() - Static method in class org.eclipse.ease.service.ScriptService
-
- getSharedImage(String) - Static method in class org.eclipse.ease.ui.completion.provider.JavaMethodCompletionProvider
-
- getShowInContext() - Method in class org.eclipse.ease.ui.console.ScriptConsolePageParticipant
-
- getShowInTargetIds() - Method in class org.eclipse.ease.ui.console.ScriptConsolePageParticipant
-
- getSignature() - Method in class org.eclipse.ease.sign.SignatureInfo
-
- getSignatureInfo(InputStream) - Method in class org.eclipse.ease.AbstractCodeParser
-
- getSignatureInfo(InputStream) - Method in interface org.eclipse.ease.ICodeParser
-
Gets signature, certificates, provider and message-digest algorithm of signature, and content excluding signature block.
- getSignatureInFormat(ScriptType, String, String, String, String) - Static method in class org.eclipse.ease.sign.SignatureHelper
-
Converts given signature, messageSigestAlgorithm, provider, and certificate in proper format.
Format for signature block will be as follows:
- getSourceCode() - Method in interface org.eclipse.ease.IScriptable
-
Get input stream containing source code.
- getSourceElement(IStackFrame) - Method in class org.eclipse.ease.debugging.ScriptSourceLocator
-
- getStackFrames() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- GetStackFramesRequest - Class in org.eclipse.ease.debugging.events
-
- GetStackFramesRequest(Thread) - Constructor for class org.eclipse.ease.debugging.events.GetStackFramesRequest
-
- getStackTrace() - Method in class org.eclipse.ease.AbstractScriptEngine
-
- getStacktrace() - Method in class org.eclipse.ease.debugging.AbstractScriptDebugger
-
Get current stack trace.
- getStackTrace() - Method in interface org.eclipse.ease.IDebugEngine
-
Get the current stack trace.
- getStackTrace() - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebuggerEngine
-
- getStorage() - Method in class org.eclipse.ease.debugging.DynamicContentEditorInput
-
- getStreamsProxy() - Method in class org.eclipse.ease.debugging.ScriptDebugProcess
-
- getStyledDisplayString() - Method in class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- getStyledText(Object) - Method in class org.eclipse.ease.ui.completion.CompletionLabelProvider
-
- getSupportedScriptTypes() - Method in class org.eclipse.ease.service.EngineDescription
-
- getTerminateOnIdle() - Method in class org.eclipse.ease.AbstractScriptEngine
-
- getTerminateOnIdle() - Method in class org.eclipse.ease.engine.JavaEngine
-
- getTerminateOnIdle() - Method in interface org.eclipse.ease.IScriptEngine
-
Get termination condition when engine is idle.
- getText(Object) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation
-
- getText(Object) - Method in class org.eclipse.ease.ui.completion.CompletionLabelProvider
-
- getText(Object) - Method in class org.eclipse.ease.ui.preferences.ModulesLabelProvider
-
- getText(Object) - Method in class org.eclipse.ease.ui.tools.DecoratedLabelProvider
-
- getThread() - Method in class org.eclipse.ease.debugging.events.ResumedEvent
-
- getThread() - Method in class org.eclipse.ease.debugging.events.ScriptReadyEvent
-
- getThread() - Method in class org.eclipse.ease.debugging.events.ScriptTerminatedEvent
-
- getThread() - Method in class org.eclipse.ease.debugging.events.StackFramesEvent
-
- getThread() - Method in class org.eclipse.ease.debugging.events.SuspendedEvent
-
- getThread() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- getThread() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- getThreads() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- getTime() - Method in class org.eclipse.ease.ui.tools.Timer
-
- getTitle() - Method in class org.eclipse.ease.Script
-
Get the title of this script.
- getTitle() - Method in interface org.eclipse.ease.ui.view.IShellDropin
-
Get this drop-in title.
- getTitle() - Method in class org.eclipse.ease.ui.view.ModuleStackDropin
-
- getTitle() - Method in class org.eclipse.ease.ui.view.VariablesDropin
-
- getToolTipText() - Method in class org.eclipse.ease.debugging.DynamicContentEditorInput
-
- getTopStackFrame() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- getType() - Method in class org.eclipse.ease.debugging.events.ResumedEvent
-
- getType() - Method in class org.eclipse.ease.debugging.events.ResumeRequest
-
- getType() - Method in class org.eclipse.ease.debugging.events.SuspendedEvent
-
- getType() - Method in interface org.eclipse.ease.debugging.IScriptDebugFrame
-
- getType() - Method in class org.eclipse.ease.debugging.ScriptDebugFrame
-
- getType() - Method in interface org.eclipse.ease.ICompletionContext
-
- getType() - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
- getType() - Method in class org.eclipse.ease.ui.completion.provider.LocationResolver
-
Get type of location.
- getValue() - Method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- getValue() - Method in class org.eclipse.ease.debugging.ScriptDebugVariable
-
- getValueString() - Method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- getVariable(String) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- getVariable(String) - Method in class org.eclipse.ease.engine.JavaEngine
-
- getVariable(String) - Method in interface org.eclipse.ease.IScriptEngine
-
Get a script variable.
- getVariable(Scriptable, String) - Static method in class org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine
-
- getVariables() - Method in class org.eclipse.ease.AbstractScriptEngine
-
- getVariables() - Method in interface org.eclipse.ease.debugging.IScriptDebugFrame
-
- getVariables(Object) - Method in interface org.eclipse.ease.debugging.IScriptDebugFrame
-
- getVariables() - Method in class org.eclipse.ease.debugging.ScriptDebugFrame
-
- getVariables(Object) - Method in class org.eclipse.ease.debugging.ScriptDebugFrame
-
- getVariables() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- getVariables(Object) - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
Get child variables from a given script variable.
- getVariables() - Method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- getVariables() - Method in class org.eclipse.ease.engine.JavaEngine
-
- getVariables() - Method in interface org.eclipse.ease.IScriptEngine
-
Get all variables from the scope.
- getVariables() - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.RhinoDebugFrame
-
- getVariables(Object) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.RhinoDebugFrame
-
- getVariables(Scriptable) - Static method in class org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine
-
- GetVariablesRequest - Class in org.eclipse.ease.debugging.events
-
- GetVariablesRequest(Thread) - Constructor for class org.eclipse.ease.debugging.events.GetVariablesRequest
-
- getWrappedVariableName(Object) - Static method in class org.eclipse.ease.modules.EnvironmentModule
-
- ICodeFactory - Interface in org.eclipse.ease
-
An ICodeFactory is capable of generating code fragments for a dedicated target language.
- ICodeFactory.Parameter - Class in org.eclipse.ease
-
Parameter definition class.
- ICodeParser - Interface in org.eclipse.ease
-
Parser interface for source code parsers to extract relevant script data.
- ICompletionContext - Interface in org.eclipse.ease
-
Interface for completion context.
- ICompletionContext.Type - Enum in org.eclipse.ease
-
- ICompletionProvider - Interface in org.eclipse.ease.ui.completion
-
- ICON_FIELD - Static variable in class org.eclipse.ease.ui.Activator
-
- ICON_METHOD - Static variable in class org.eclipse.ease.ui.Activator
-
- IDebugEngine - Interface in org.eclipse.ease
-
Interface to be implemented by a script debug engine.
- IDebugEvent - Interface in org.eclipse.ease.debugging.events
-
- IDebuggerEvent - Interface in org.eclipse.ease.debugging.events
-
- IEnvironment - Interface in org.eclipse.ease.modules
-
- IEventProcessor - Interface in org.eclipse.ease.debugging
-
- IExecutionListener - Interface in org.eclipse.ease
-
Interface to be implemented by any class interested in getting notified of script execution event.
- IHelpResolver - Interface in org.eclipse.ease.ui.completion
-
Provides help content for completion proposals and help popups.
- IModelRequest - Interface in org.eclipse.ease.debugging.events
-
- IModuleListener - Interface in org.eclipse.ease.modules
-
- include(String) - Method in class org.eclipse.ease.modules.EnvironmentModule
-
Include and execute a script file.
- info(String, String) - Static method in class org.eclipse.ease.Logger
-
Log an info.
- info(String, String, Throwable) - Static method in class org.eclipse.ease.Logger
-
Log an info.
- init(IPageBookViewPage, IConsole) - Method in class org.eclipse.ease.ui.console.ScriptConsolePageParticipant
-
- init(IWorkbench) - Method in class org.eclipse.ease.ui.preferences.ModulesPage
-
- init(IWorkbench) - Method in class org.eclipse.ease.ui.preferences.ScriptingPage
-
- init(IWorkbench) - Method in class org.eclipse.ease.ui.preferences.ShellPreferencePage
-
- init(IViewSite, IMemento) - Method in class org.eclipse.ease.ui.view.ScriptShell
-
- INIT_COMMANDS - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- initialize(IScriptEngine, IEnvironment) - Method in class org.eclipse.ease.modules.AbstractEnvironment
-
- initialize(IScriptEngine, IEnvironment) - Method in class org.eclipse.ease.modules.AbstractScriptModule
-
- initialize(IScriptEngine, IEnvironment) - Method in interface org.eclipse.ease.modules.IScriptModule
-
Provides script engine and environment instances.
- initialize(ColumnViewer, ViewerColumn) - Method in class org.eclipse.ease.ui.tools.DecoratedLabelProvider
-
- initialize(IServiceLocator) - Method in class org.eclipse.ease.ui.view.EngineContributionFactory
-
- initializeDefaultPreferences() - Method in class org.eclipse.ease.ui.preferences.PreferenceInitializer
-
- initializeDefaults(ILaunchConfiguration) - Method in class org.eclipse.ease.debugging.ScriptSourceLocator
-
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.ease.ui.launching.LibrariesTab
-
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.ease.ui.launching.MainTab
-
- initializeFromMemento(String) - Method in class org.eclipse.ease.debugging.ScriptSourceLocator
-
- inject(Object) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- inject(Object) - Method in class org.eclipse.ease.engine.JavaEngine
-
- inject(Object) - Method in interface org.eclipse.ease.IScriptEngine
-
Inject script code and execute synchronously.
- injectUI(Object) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- injectUI(Object) - Method in class org.eclipse.ease.engine.JavaEngine
-
- injectUI(Object) - Method in interface org.eclipse.ease.IScriptEngine
-
Inject script code and execute synchronously within the UI thread.
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider
-
- IPreferenceConstants - Interface in org.eclipse.ease.lang.python.preferences
-
- IPreferenceConstants - Interface in org.eclipse.ease.sign
-
- IPreferenceConstants - Interface in org.eclipse.ease.ui.preferences
-
Constant definitions for plug-in preferences.
- isAbsolute() - Method in class org.eclipse.ease.ui.completion.provider.LocationResolver
-
Returns true for absolute locations.
- isAcceptedBeforeHeader(String) - Method in class org.eclipse.ease.AbstractCodeParser
-
- isAcceptedBeforeHeader(String) - Method in interface org.eclipse.ease.ICodeParser
-
Verify if a line of code is accepted before the header comment section.
- isActive(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.AbstractCompletionProvider
-
- isActive(ICompletionContext) - Method in interface org.eclipse.ease.ui.completion.ICompletionProvider
-
Query indicating that this providers completion proposals should be taken into account.
- isActive(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProvider
-
- isActive(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.provider.EnvironmentLocationCompletionProvider
-
- isActive(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.provider.JavaClassCompletionProvider
-
- isActive(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.provider.JavaMethodCompletionProvider
-
- isActive(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.provider.JavaPackagesCompletionProvider
-
- isActive(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.provider.LoadedModuleCompletionProvider
-
- isActive(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.provider.LoadModuleCompletionProvider
-
- isActive(ICompletionContext) - Method in class org.eclipse.ease.ui.completion.provider.VariablesCompletionProvider
-
- isAllocated() - Method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- isCertChainValid(InputStream, char[]) - Method in class org.eclipse.ease.sign.VerifySignature
-
Checks the validity of certificate.
- isCertChainValid() - Method in class org.eclipse.ease.sign.VerifySignature
-
Checks the validity of certificate.
- IScriptable - Interface in org.eclipse.ease
-
Generic interface for a scriptable object.
- IScriptDebugFrame - Interface in org.eclipse.ease.debugging
-
- IScriptEngine - Interface in org.eclipse.ease
-
Interface for a script engine.
- IScriptEngineLaunchExtension - Interface in org.eclipse.ease
-
Interface for script engine launch extensions.
- IScriptEngineProvider - Interface in org.eclipse.ease
-
COMMENT add type comment.
- IScriptFunctionModifier - Interface in org.eclipse.ease.modules
-
Interface for modules that want to globally modify JavaScript code used to wrap Java method calls.
- IScriptModule - Interface in org.eclipse.ease.modules
-
Interface which may be implemented by script modules.
- IScriptService - Interface in org.eclipse.ease.service
-
Global service to create script engines and to query configuration data from the scripting extensions.
- isDeprecated() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
Check deprecation status of module.
- isDeprecated(AccessibleObject) - Static method in class org.eclipse.ease.modules.ModuleHelper
-
Check deprecation status of a method/field.
- isDirty() - Method in class org.eclipse.ease.ui.view.EngineContributionFactory
-
- isDisconnected() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- isDynamic() - Method in class org.eclipse.ease.Script
-
Check if this script is defined by dynamically generated code.
- ISecurityCheck - Interface in org.eclipse.ease
-
Interface used for security callbacks.
- ISecurityCheck.ActionType - Enum in org.eclipse.ease
-
- isFinished() - Method in class org.eclipse.ease.AbstractScriptEngine
-
- isFinished() - Method in class org.eclipse.ease.engine.JavaEngine
-
- isFinished() - Method in interface org.eclipse.ease.IScriptEngine
-
Verify that engine was started and terminated.
- IShellDropHandler - Interface in org.eclipse.ease.ui.dnd
-
Handler interface for custom drop events for the script shell view.
- IShellDropin - Interface in org.eclipse.ease.ui.view
-
Interface for shell drop-ins.
- isIdle() - Method in class org.eclipse.ease.AbstractScriptEngine
-
Get idle status of the interpreter.
- isIdle() - Method in class org.eclipse.ease.engine.JavaEngine
-
- isIdle() - Method in interface org.eclipse.ease.IScriptEngine
-
Returns the execution state of the engine.
- ISignatureConstants - Interface in org.eclipse.ease.sign
-
- isLabelProperty(Object, String) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation
-
- isOptional() - Method in class org.eclipse.ease.ICodeFactory.Parameter
-
- isOptional(ScriptParameter) - Static method in class org.eclipse.ease.modules.ScriptParameter.Helper
-
- isReady() - Method in class org.eclipse.ease.ScriptResult
-
Verify that this ScriptResult is processed.
- isRoot() - Method in class org.eclipse.ease.debugging.events.ScriptReadyEvent
-
- isSaveName(String) - Static method in class org.eclipse.ease.lang.javascript.JavaScriptHelper
-
- isSaveName(String) - Static method in class org.eclipse.ease.lang.python.PythonHelper
-
- isSelfSignedCertificate(Certificate) - Static method in class org.eclipse.ease.sign.SignatureHelper
-
Checks whether provided certificate or certificate attached with is self-signed or not.
- isSelfSignedCertificate() - Method in class org.eclipse.ease.sign.VerifySignature
-
Checks whether certificate attached with script is self-signed or not.
- isShellMode() - Method in class org.eclipse.ease.Script
-
Script originated from interactive input or shell, as opposed to a source file.
- isSimpleType(Object) - Static method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- isStepping() - Method in class org.eclipse.ease.debugging.ScriptDebugProcess
-
- isStepping() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- isStepping() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- isStepping() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- isStepping() - Method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- isStepping() - Method in class org.eclipse.ease.debugging.ScriptDebugVariable
-
- isSuspended() - Method in class org.eclipse.ease.debugging.ScriptDebugProcess
-
- isSuspended() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- isSuspended() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- isSuspended() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- isSuspended() - Method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- isSuspended() - Method in class org.eclipse.ease.debugging.ScriptDebugVariable
-
- isTerminated() - Method in class org.eclipse.ease.debugging.ScriptDebugProcess
-
- isTerminated() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- isTerminated() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- isTerminated() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- isTerminated() - Method in class org.eclipse.ease.debugging.ScriptDebugValue
-
- isTerminated() - Method in class org.eclipse.ease.debugging.ScriptDebugVariable
-
- isValid(ILaunchConfiguration) - Method in class org.eclipse.ease.ui.launching.MainTab
-
- isValidMethodName(String) - Method in class org.eclipse.ease.lang.python.PythonCodeFactory
-
- isVisible() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
Get visibility status of module.
- isVisible() - Method in class org.eclipse.ease.ui.tools.AbstractPopupItem
-
- ITracingConstant - Interface in org.eclipse.ease.lang.python.debug
-
- readInput(boolean) - Method in class org.eclipse.ease.modules.AbstractEnvironment
-
Read a single line of data from the default input stream of the script engine.
- registerElement(IPath, Object) - Method in class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider
-
Register an element contained within the tree.
- registerJar(URL) - Method in class org.eclipse.ease.engine.JavaEngine
-
- registerJar(URL) - Method in interface org.eclipse.ease.IScriptEngine
-
Register a jar file and add it to the classpath.
- registerJar(URL) - Method in class org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine
-
- registerNodeReplacement(IPath, Object) - Method in class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider
-
Register an element that should be used instead of a dedicated path node.
- registerPath(IPath) - Method in class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider
-
Register an element path to be visible on the tree.
- registerURL(URL) - Method in class org.eclipse.ease.DelegatingJarClassLoader
-
Add a URL to the search path of the classloader.
- registerURL(IScriptEngine, URL) - Static method in class org.eclipse.ease.lang.javascript.rhino.RhinoClassLoader
-
Add a URL to the search path of the classloader.
- RELOADED - Static variable in interface org.eclipse.ease.modules.IModuleListener
-
- removeExecutionListener(IExecutionListener) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- removeExecutionListener(IExecutionListener) - Method in class org.eclipse.ease.engine.JavaEngine
-
- removeExecutionListener(IExecutionListener) - Method in interface org.eclipse.ease.IScriptEngine
-
- removeListener(ILabelProviderListener) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation
-
- removeModuleListener(IModuleListener) - Method in class org.eclipse.ease.modules.AbstractEnvironment
-
- removeModuleListener(IModuleListener) - Method in interface org.eclipse.ease.modules.IEnvironment
-
- removeScriptEngine(IScriptEngine) - Method in class org.eclipse.ease.ui.view.ScriptHistoryText
-
- removeSecurityCheck(ISecurityCheck) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- removeSecurityCheck(ISecurityCheck) - Method in class org.eclipse.ease.engine.JavaEngine
-
- removeSecurityCheck(ISecurityCheck) - Method in interface org.eclipse.ease.IScriptEngine
-
Remove registered security check for all actions.
- removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ease.ui.view.TextSelectionProvider
-
- removeVariable(String) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- removeVariable(String) - Method in class org.eclipse.ease.engine.JavaEngine
-
- removeVariable(String) - Method in interface org.eclipse.ease.IScriptEngine
-
Remove a variable from the scope.
- replaceStringLiterals(String) - Method in class org.eclipse.ease.ui.completion.CompletionContext
-
Remove all string literal content and keep empty literals.
- RESERVED_KEYWORDS - Static variable in class org.eclipse.ease.lang.javascript.JavaScriptCodeFactory
-
- RESERVED_KEYWORDS - Static variable in class org.eclipse.ease.lang.python.PythonCodeFactory
-
- resetVisible() - Method in class org.eclipse.ease.modules.ModuleDefinition
-
Reset visibility to defaults.
- resolveFile(Object, Object, boolean) - Static method in class org.eclipse.ease.tools.ResourceTools
-
Resolve a file from a given input location.
- resolveFolder(Object, Object, boolean) - Static method in class org.eclipse.ease.tools.ResourceTools
-
Resolve a folder from a given input location.
- resolveHelp() - Method in interface org.eclipse.ease.ui.completion.IHelpResolver
-
Retrieve test help content.
- resolveHTMLHelp() - Method in interface org.eclipse.ease.ui.completion.IHelpResolver
-
Retrieve HTML help content.
- resolveName(String) - Static method in class org.eclipse.ease.modules.ModuleHelper
-
Resolve a relative module name to its absolute name.
- ResourceDropHandler - Class in org.eclipse.ease.ui.dnd
-
- ResourceDropHandler() - Constructor for class org.eclipse.ease.ui.dnd.ResourceDropHandler
-
- ResourceTools - Class in org.eclipse.ease.tools
-
- resourceToString(Object) - Static method in class org.eclipse.ease.tools.ResourceTools
-
Reads from a resource into a string.
- RESULT_NAME - Static variable in interface org.eclipse.ease.modules.IScriptFunctionModifier
-
intermediate name of original method call return value.
- resume() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- resume() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- ResumedEvent - Class in org.eclipse.ease.debugging.events
-
- ResumedEvent(Thread, int) - Constructor for class org.eclipse.ease.debugging.events.ResumedEvent
-
- ResumeRequest - Class in org.eclipse.ease.debugging.events
-
- ResumeRequest(int, Thread) - Constructor for class org.eclipse.ease.debugging.events.ResumeRequest
-
Constructor.
- RhinoClassLoader - Class in org.eclipse.ease.lang.javascript.rhino
-
A class loader for the Rhino runtime.
- RhinoDebugFrame(DebuggableScript) - Constructor for class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.RhinoDebugFrame
-
- RhinoDebugger - Class in org.eclipse.ease.lang.javascript.rhino.debugger
-
- RhinoDebugger(IScriptEngine, boolean) - Constructor for class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger
-
- RhinoDebugger.RhinoDebugFrame - Class in org.eclipse.ease.lang.javascript.rhino.debugger
-
- RhinoDebuggerEngine - Class in org.eclipse.ease.lang.javascript.rhino.debugger
-
A script engine to execute/debug JavaScript code on a Rhino interpreter.
- RhinoDebuggerEngine() - Constructor for class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebuggerEngine
-
Creates a new Rhino Debugger interpreter.
- RhinoDebugModelPresentation - Class in org.eclipse.ease.lang.javascript.rhino.debugger.model
-
- RhinoDebugModelPresentation() - Constructor for class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation
-
- RhinoDebugTarget - Class in org.eclipse.ease.lang.javascript.rhino.debugger.model
-
- RhinoDebugTarget(ILaunch, boolean, boolean, boolean) - Constructor for class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugTarget
-
- RhinoScriptEngine - Class in org.eclipse.ease.lang.javascript.rhino
-
A script engine to execute JavaScript code on a Rhino interpreter.
- RhinoScriptEngine() - Constructor for class org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine
-
Creates a new Rhino interpreter.
- ROOT - Static variable in class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider
-
Static root node.
- run() - Method in class org.eclipse.ease.tools.RunnableWithResult
-
- RUN_WITHOUT_SIGN_LOCAL - Static variable in interface org.eclipse.ease.sign.IPreferenceConstants
-
- RUN_WITHOUT_SIGN_REMOTE - Static variable in interface org.eclipse.ease.sign.IPreferenceConstants
-
- RunnableWithResult<T> - Class in org.eclipse.ease.tools
-
- RunnableWithResult() - Constructor for class org.eclipse.ease.tools.RunnableWithResult
-
- runStartupCommands() - Method in class org.eclipse.ease.ui.view.ScriptShell
-
- runWithTry() - Method in class org.eclipse.ease.tools.RunnableWithResult
-
Run method to be implemented by the derived class.
- saveState(IMemento) - Method in class org.eclipse.ease.ui.view.ScriptShell
-
- schedule() - Method in class org.eclipse.ease.engine.JavaEngine
-
- schedule() - Method in interface org.eclipse.ease.IScriptEngine
-
Schedule script execution.
- SCHEME - Static variable in class org.eclipse.ease.urlhandler.WorkspaceURLConnection
-
- Script - Class in org.eclipse.ease
-
Scriptable object.
- Script(String, Object, boolean) - Constructor for class org.eclipse.ease.Script
-
Constructor.
- Script(String, Object) - Constructor for class org.eclipse.ease.Script
-
Constructor.
- Script(Object) - Constructor for class org.eclipse.ease.Script
-
Constructor.
- SCRIPT_END - Static variable in interface org.eclipse.ease.IExecutionListener
-
Event script execution ended.
- SCRIPT_ENGINE - Static variable in interface org.eclipse.ease.ui.launching.LaunchConstants
-
- SCRIPT_INJECTION_END - Static variable in interface org.eclipse.ease.IExecutionListener
-
Event injected script (subscript) ended.
- SCRIPT_INJECTION_START - Static variable in interface org.eclipse.ease.IExecutionListener
-
Event injected script (subscript) started.
- SCRIPT_START - Static variable in interface org.eclipse.ease.IExecutionListener
-
Event script execution started.
- SCRIPT_STORAGE_DEFAULT - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SCRIPT_STORAGE_LOCATION - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SCRIPT_STORAGE_RECURSIVE - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SCRIPT_STORAGE_SELECTED - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SCRIPT_TYPE_JAVASCRIPT - Static variable in class org.eclipse.ease.lang.javascript.JavaScriptHelper
-
Script type identifier for JavaScript.
- SCRIPT_TYPE_PYTHON - Static variable in class org.eclipse.ease.lang.python.PythonHelper
-
Script type identifier for Python.
- ScriptCompletionProposal - Class in org.eclipse.ease.ui.completion
-
- ScriptCompletionProposal(ICompletionContext, String, String, ImageDescriptor, int, IHelpResolver) - Constructor for class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- ScriptCompletionProposal(ICompletionContext, StyledString, String, ImageDescriptor, int, IHelpResolver) - Constructor for class org.eclipse.ease.ui.completion.ScriptCompletionProposal
-
- ScriptConsole - Class in org.eclipse.ease.ui.console
-
- ScriptConsolePageParticipant - Class in org.eclipse.ease.ui.console
-
Creates and manages JavaScript console specific actions
- ScriptConsolePageParticipant() - Constructor for class org.eclipse.ease.ui.console.ScriptConsolePageParticipant
-
- ScriptDebugElement - Class in org.eclipse.ease.debugging
-
- ScriptDebugElement(ScriptDebugTarget) - Constructor for class org.eclipse.ease.debugging.ScriptDebugElement
-
- ScriptDebugFrame - Class in org.eclipse.ease.debugging
-
Frame containing debug location information for a dedicated script source.
- ScriptDebugFrame(Script, int, int) - Constructor for class org.eclipse.ease.debugging.ScriptDebugFrame
-
- ScriptDebugFrame(IScriptDebugFrame) - Constructor for class org.eclipse.ease.debugging.ScriptDebugFrame
-
- ScriptDebugProcess - Class in org.eclipse.ease.debugging
-
- ScriptDebugProcess(ScriptDebugTarget) - Constructor for class org.eclipse.ease.debugging.ScriptDebugProcess
-
- ScriptDebugStackFrame - Class in org.eclipse.ease.debugging
-
- ScriptDebugStackFrame(ScriptDebugThread, IScriptDebugFrame) - Constructor for class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- ScriptDebugTarget - Class in org.eclipse.ease.debugging
-
- ScriptDebugTarget(ILaunch, boolean, boolean, boolean) - Constructor for class org.eclipse.ease.debugging.ScriptDebugTarget
-
- ScriptDebugThread - Class in org.eclipse.ease.debugging
-
- ScriptDebugThread(ScriptDebugTarget, Thread) - Constructor for class org.eclipse.ease.debugging.ScriptDebugThread
-
- ScriptDebugValue - Class in org.eclipse.ease.debugging
-
- ScriptDebugValue(ScriptDebugStackFrame, Object) - Constructor for class org.eclipse.ease.debugging.ScriptDebugValue
-
- ScriptDebugVariable - Class in org.eclipse.ease.debugging
-
- ScriptDebugVariable(ScriptDebugStackFrame, String, Object) - Constructor for class org.eclipse.ease.debugging.ScriptDebugVariable
-
- ScriptEngineException - Exception in org.eclipse.ease
-
A checked exception to indicate a script engine exception.
- ScriptEngineException() - Constructor for exception org.eclipse.ease.ScriptEngineException
-
- ScriptEngineException(String) - Constructor for exception org.eclipse.ease.ScriptEngineException
-
- ScriptEngineException(Throwable) - Constructor for exception org.eclipse.ease.ScriptEngineException
-
- ScriptEngineException(String, Throwable) - Constructor for exception org.eclipse.ease.ScriptEngineException
-
- ScriptExecutionException - Exception in org.eclipse.ease
-
A common class to be thrown if an error happens during script execution.
- ScriptExecutionException(String, int, String, String, List<IScriptDebugFrame>, Throwable) - Constructor for exception org.eclipse.ease.ScriptExecutionException
-
Instantiate wrapper exception.
- ScriptHistoryText - Class in org.eclipse.ease.ui.view
-
- ScriptHistoryText(Composite, int) - Constructor for class org.eclipse.ease.ui.view.ScriptHistoryText
-
- ScriptingPage - Class in org.eclipse.ease.ui.preferences
-
- ScriptingPage() - Constructor for class org.eclipse.ease.ui.preferences.ScriptingPage
-
- ScriptParameter - Annotation Type in org.eclipse.ease.modules
-
- ScriptParameter.Helper - Class in org.eclipse.ease.modules
-
- ScriptParameter.OptionalParameterHelper - Class in org.eclipse.ease.modules
-
- ScriptReadyEvent - Class in org.eclipse.ease.debugging.events
-
- ScriptReadyEvent(Script, Thread, boolean) - Constructor for class org.eclipse.ease.debugging.events.ScriptReadyEvent
-
- ScriptResult - Class in org.eclipse.ease
-
A ScriptResult is a container for a script execution.
- ScriptResult() - Constructor for class org.eclipse.ease.ScriptResult
-
Constructor of a pending execution.
- ScriptResult(Object) - Constructor for class org.eclipse.ease.ScriptResult
-
Constructor for a finished execution.
- SCRIPTS_ALLOW_REMOTE_ACCESS - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SCRIPTS_ALLOW_UI_ACCESS - Static variable in class org.eclipse.ease.Activator
-
- ScriptService - Class in org.eclipse.ease.service
-
- ScriptServiceFactory - Class in org.eclipse.ease.service
-
- ScriptServiceFactory() - Constructor for class org.eclipse.ease.service.ScriptServiceFactory
-
- ScriptShell - Class in org.eclipse.ease.ui.view
-
The JavaScript shell allows to interactively execute JavaScript code.
- ScriptShell() - Constructor for class org.eclipse.ease.ui.view.ScriptShell
-
Default constructor.
- ScriptSignatureException - Exception in org.eclipse.ease.sign
-
Exception Class for handling errors with custom messages.
- ScriptSignatureException() - Constructor for exception org.eclipse.ease.sign.ScriptSignatureException
-
- ScriptSignatureException(String) - Constructor for exception org.eclipse.ease.sign.ScriptSignatureException
-
- ScriptSignatureException(Throwable) - Constructor for exception org.eclipse.ease.sign.ScriptSignatureException
-
- ScriptSignatureException(String, Throwable) - Constructor for exception org.eclipse.ease.sign.ScriptSignatureException
-
- ScriptSignatureException(String, Throwable, boolean, boolean) - Constructor for exception org.eclipse.ease.sign.ScriptSignatureException
-
- ScriptSourceLocator - Class in org.eclipse.ease.debugging
-
- ScriptSourceLocator() - Constructor for class org.eclipse.ease.debugging.ScriptSourceLocator
-
- ScriptTerminatedEvent - Class in org.eclipse.ease.debugging.events
-
- ScriptTerminatedEvent(Script, Thread) - Constructor for class org.eclipse.ease.debugging.events.ScriptTerminatedEvent
-
- ScriptType - Class in org.eclipse.ease.service
-
- ScriptType(IConfigurationElement) - Constructor for class org.eclipse.ease.service.ScriptType
-
- setAttribute(String, String) - Method in class org.eclipse.ease.debugging.ScriptDebugProcess
-
- setAttribute(String, Object) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation
-
- setClass(Class<?>) - Method in class org.eclipse.ease.ICodeFactory.Parameter
-
- setCloseStreamsOnTerminate(boolean) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- setCloseStreamsOnTerminate(boolean) - Method in class org.eclipse.ease.engine.JavaEngine
-
- setCloseStreamsOnTerminate(boolean) - Method in interface org.eclipse.ease.IScriptEngine
-
Set marker to automatically close I/O streams when engine is terminated.
- setCodeParser(ICodeParser) - Method in class org.eclipse.ease.ui.completion.CodeCompletionAggregator
-
Setter method for ICompletionAnalyzer.
- setContentOnly(String) - Method in class org.eclipse.ease.sign.SignatureInfo
-
Set content corresponding to signature explicitly.
- setDebugger(Debugger) - Method in class org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine
-
- setDefault(String) - Method in class org.eclipse.ease.ICodeFactory.Parameter
-
- setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.ease.ui.launching.LibrariesTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.ease.ui.launching.MainTab
-
- setDirty() - Method in class org.eclipse.ease.debugging.ScriptDebugStackFrame
-
- setDispatcher(EventDispatchJob) - Method in class org.eclipse.ease.debugging.AbstractScriptDebugger
-
Setter method for dispatcher.
- setDispatcher(EventDispatchJob) - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- setEngine(String) - Method in class org.eclipse.ease.ui.view.ScriptShell
-
- setEngineDescription(EngineDescription) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- setEngineDescription(EngineDescription) - Method in class org.eclipse.ease.engine.JavaEngine
-
- setEngineDescription(EngineDescription) - Method in interface org.eclipse.ease.IScriptEngine
-
Set engine description for current engine.
- setErrorStream(OutputStream) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- setErrorStream(OutputStream) - Method in class org.eclipse.ease.engine.JavaEngine
-
- setErrorStream(OutputStream) - Method in interface org.eclipse.ease.IScriptEngine
-
Set the default error stream for the interpreter.
- setException(Throwable) - Method in class org.eclipse.ease.Script
-
Set an execution exception.
- setFocus() - Method in class org.eclipse.ease.ui.view.ModuleExplorerView
-
- setFocus() - Method in class org.eclipse.ease.ui.view.ScriptShell
-
- setInputStream(InputStream) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- setInputStream(InputStream) - Method in class org.eclipse.ease.engine.JavaEngine
-
- setInputStream(InputStream) - Method in interface org.eclipse.ease.IScriptEngine
-
Set the default input stream for the interpreter.
- setLaunch(ILaunch) - Method in class org.eclipse.ease.ui.console.ScriptConsole
-
- setLineNumber(int) - Method in interface org.eclipse.ease.debugging.IScriptDebugFrame
-
- setLineNumber(int) - Method in class org.eclipse.ease.debugging.ScriptDebugFrame
-
- setName(String) - Method in class org.eclipse.ease.ICodeFactory.Parameter
-
- setOptimizationLevel(int) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebuggerEngine
-
- setOptimizationLevel(int) - Method in class org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine
-
- setOptional(boolean) - Method in class org.eclipse.ease.ICodeFactory.Parameter
-
- setOutputStream(OutputStream) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- setOutputStream(OutputStream) - Method in class org.eclipse.ease.engine.JavaEngine
-
- setOutputStream(OutputStream) - Method in interface org.eclipse.ease.IScriptEngine
-
Set the default output stream for the interpreter.
- setPageParticipant(ScriptConsolePageParticipant) - Method in class org.eclipse.ease.ui.console.ScriptConsole
-
- setResult(Object) - Method in class org.eclipse.ease.Script
-
Set the execution result.
- setScriptEngine(IScriptEngine) - Method in class org.eclipse.ease.ui.completion.CodeCompletionAggregator
-
Sets the given script engine for all registered completion providers.
- setScriptEngine(IScriptEngine) - Method in class org.eclipse.ease.ui.console.ScriptConsole
-
- setScriptEngine(IScriptEngine) - Method in interface org.eclipse.ease.ui.view.IShellDropin
-
Sets the script engine for this drop-in.
- setScriptEngine(IScriptEngine) - Method in class org.eclipse.ease.ui.view.ModuleStackDropin
-
- setScriptEngine(IScriptEngine) - Method in class org.eclipse.ease.ui.view.VariablesDropin
-
- setScriptType(ScriptType) - Method in class org.eclipse.ease.ui.completion.CodeCompletionAggregator
-
- setSelection(ISelection) - Method in class org.eclipse.ease.ui.view.TextSelectionProvider
-
- setShowRoot(boolean) - Method in class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider
-
Set to show the single root node.
- setStackFrames(List<IScriptDebugFrame>) - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- setTerminateOnIdle(boolean) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- setTerminateOnIdle(boolean) - Method in class org.eclipse.ease.engine.JavaEngine
-
- setTerminateOnIdle(boolean) - Method in interface org.eclipse.ease.IScriptEngine
-
Set a marker that the interpreter should terminate instead entering IDLE mode.
- setupDebugger(ILaunch, boolean, boolean, boolean) - Method in interface org.eclipse.ease.IDebugEngine
-
- setupDebugger(ILaunch, boolean, boolean, boolean) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebuggerEngine
-
- setValue(String) - Method in class org.eclipse.ease.debugging.ScriptDebugVariable
-
- setValue(IValue) - Method in class org.eclipse.ease.debugging.ScriptDebugVariable
-
- setVariable(String, Object) - Method in class org.eclipse.ease.AbstractScriptEngine
-
- setVariable(String, Object) - Method in class org.eclipse.ease.engine.JavaEngine
-
- setVariable(String, Object) - Method in interface org.eclipse.ease.IScriptEngine
-
Set a variable in the script engine.
- setVisible(boolean) - Method in class org.eclipse.ease.modules.ModuleDefinition
-
Sets visibility status of module in preferences
- SHELL_AUTOFOCUS - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SHELL_BASE - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SHELL_DEFAULT_ENGINE - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SHELL_HISTORY_LENGTH - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SHELL_KEEP_COMMAND - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SHELL_MODULES_AS_LIST - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- SHELL_STARTUP - Static variable in interface org.eclipse.ease.ui.preferences.IPreferenceConstants
-
- ShellDropTarget - Class in org.eclipse.ease.ui.dnd
-
DND support for JavaScript shell.
- ShellPreferencePage - Class in org.eclipse.ease.ui.preferences
-
- ShellPreferencePage() - Constructor for class org.eclipse.ease.ui.preferences.ShellPreferencePage
-
- SIGNATURE_TAG - Static variable in interface org.eclipse.ease.sign.ISignatureConstants
-
- SignatureCheck - Class in org.eclipse.ease.sign
-
- SignatureCheck() - Constructor for class org.eclipse.ease.sign.SignatureCheck
-
- SignatureHelper - Class in org.eclipse.ease.sign
-
Class containing helper methods for conversion of format and appending signature to file.
- SignatureHelper() - Constructor for class org.eclipse.ease.sign.SignatureHelper
-
- SignatureInfo - Class in org.eclipse.ease.sign
-
- SignatureInfo(String, String, String, String[], String) - Constructor for class org.eclipse.ease.sign.SignatureInfo
-
Public constructor to store variables related to signature of script.
- SignatureInfo(String, String, String, String[]) - Constructor for class org.eclipse.ease.sign.SignatureInfo
-
Public constructor to store variables related to signature of script.
- SignatureInfo(String, String, String) - Constructor for class org.eclipse.ease.sign.SignatureInfo
-
Public constructor to store variables related to signature of script.
- StackFramesEvent - Class in org.eclipse.ease.debugging.events
-
- StackFramesEvent(List<IScriptDebugFrame>, Thread) - Constructor for class org.eclipse.ease.debugging.events.StackFramesEvent
-
- start(BundleContext) - Method in class org.eclipse.ease.Activator
-
- start(BundleContext) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.Activator
-
- start(BundleContext) - Method in class org.eclipse.ease.lang.python.Activator
-
- start(BundleContext) - Method in class org.eclipse.ease.ui.Activator
-
- STARTUP_PARAMETERS - Static variable in interface org.eclipse.ease.ui.launching.LaunchConstants
-
- stepInto() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- stepInto() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- stepOver() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- stepOver() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- stepReturn() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- stepReturn() - Method in class org.eclipse.ease.debugging.ScriptDebugThread
-
- stop(BundleContext) - Method in class org.eclipse.ease.Activator
-
- stop(BundleContext) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.Activator
-
- stop(BundleContext) - Method in class org.eclipse.ease.lang.python.Activator
-
- stop(BundleContext) - Method in class org.eclipse.ease.ui.Activator
-
- stopScriptEngine() - Method in class org.eclipse.ease.ui.view.ScriptShell
-
- StringTools - Class in org.eclipse.ease.tools
-
Helper class for string manipulations.
- StringTools() - Constructor for class org.eclipse.ease.tools.StringTools
-
- STYLE_COMMAND - Static variable in class org.eclipse.ease.ui.view.ScriptHistoryText
-
- STYLE_ERROR - Static variable in class org.eclipse.ease.ui.view.ScriptHistoryText
-
- STYLE_RESULT - Static variable in class org.eclipse.ease.ui.view.ScriptHistoryText
-
- supports(String) - Method in class org.eclipse.ease.service.EngineDescription
-
- supports(IFile) - Method in class org.eclipse.ease.service.EngineDescription
-
- supportsBreakpoint(IBreakpoint) - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- supportsBreakpoint(IBreakpoint) - Method in class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugTarget
-
- supportsDebugging() - Method in class org.eclipse.ease.service.EngineDescription
-
- supportsStorageRetrieval() - Method in class org.eclipse.ease.debugging.ScriptDebugTarget
-
- supportsValueModification() - Method in class org.eclipse.ease.debugging.ScriptDebugVariable
-
- suspend() - Method in class org.eclipse.ease.debugging.ScriptDebugElement
-
- SUSPEND_ON_SCRIPT_LOAD - Static variable in interface org.eclipse.ease.ui.launching.LaunchConstants
-
- SUSPEND_ON_STARTUP - Static variable in interface org.eclipse.ease.ui.launching.LaunchConstants
-
- SuspendedEvent - Class in org.eclipse.ease.debugging.events
-
- SuspendedEvent(int, Thread, List<IScriptDebugFrame>) - Constructor for class org.eclipse.ease.debugging.events.SuspendedEvent
-