Class PinsetLaunchConfigurationDelegate
java.lang.Object
org.eclipse.debug.core.model.LaunchConfigurationDelegate
org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
org.eclipse.epsilon.pinset.dt.launching.PinsetLaunchConfigurationDelegate
- All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate,org.eclipse.debug.core.model.ILaunchConfigurationDelegate2,EpsilonLaunchConfigurationDelegateListener
PinsetLaunchConfigurationDelegate.
- Since:
- 2.1
- Author:
- Alfonso de la Vega
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
configuration, listeners, resultFields inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
complileErrorProjectPromptStatus, complileErrorPromptStatus, promptStatus, saveScopedDirtyEditors, switchToDebugPromptStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EolDebuggerCreate the new module based on the configuration.getDefaultModule(org.eclipse.debug.core.ILaunchConfiguration configuration) Get the module default module implementation.Methods inherited from class org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
aboutToExecute, aboutToParse, collectListeners, executed, launch, launch, parse, postExecute, preExecute, preLaunchCheck, preParse, teardownMethods inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getBreakpoints, getBuildOrder, getLaunch, getProjectsForProblemSearch, isLaunchProblem, saveBeforeLaunchMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate
showCommandLine
-
Constructor Details
-
PinsetLaunchConfigurationDelegate
public PinsetLaunchConfigurationDelegate()
-
-
Method Details
-
createModule
Description copied from class:EpsilonLaunchConfigurationDelegateCreate the new module based on the configuration.- Overrides:
createModulein classEpsilonLaunchConfigurationDelegate- Returns:
- an ExL module for the specific language being executed
-
createDebugger
- Overrides:
createDebuggerin classEpsilonLaunchConfigurationDelegate
-
getLanguage
- Specified by:
getLanguagein classEpsilonLaunchConfigurationDelegate
-
getDefaultModule
Description copied from class:EpsilonLaunchConfigurationDelegateGet the module default module implementation.- Specified by:
getDefaultModulein classEpsilonLaunchConfigurationDelegate
-