Class SplitStoryByVerbCommand
- java.lang.Object
-
- org.contextmapper.dsl.ide.commands.impl.quickfix.AbstractQuickFixCommand
-
- org.contextmapper.dsl.ide.commands.impl.quickfix.SplitStoryByVerbCommand
-
- All Implemented Interfaces:
CMLResourceCommand
public class SplitStoryByVerbCommand extends AbstractQuickFixCommand
-
-
Constructor Summary
Constructors Constructor Description SplitStoryByVerbCommand(WorkspaceEditRecorder editRecorder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.contextmapper.dsl.quickfixes.CMLQuickFix<? extends org.eclipse.emf.ecore.EObject>getQuickfix(org.eclipse.lsp4j.ExecuteCommandParams params)Override this method to define the quickfix that shall be called.protected org.eclipse.emf.ecore.EObjectgetSubject(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.lsp4j.ExecuteCommandParams params)Override this method to resolve the subject on which the quickfix shall be applied.-
Methods inherited from class org.contextmapper.dsl.ide.commands.impl.quickfix.AbstractQuickFixCommand
executeCommand
-
-
-
-
Constructor Detail
-
SplitStoryByVerbCommand
public SplitStoryByVerbCommand(WorkspaceEditRecorder editRecorder)
-
-
Method Detail
-
getQuickfix
protected org.contextmapper.dsl.quickfixes.CMLQuickFix<? extends org.eclipse.emf.ecore.EObject> getQuickfix(org.eclipse.lsp4j.ExecuteCommandParams params)
Description copied from class:AbstractQuickFixCommandOverride this method to define the quickfix that shall be called.- Specified by:
getQuickfixin classAbstractQuickFixCommand
-
getSubject
protected org.eclipse.emf.ecore.EObject getSubject(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.lsp4j.ExecuteCommandParams params)Description copied from class:AbstractQuickFixCommandOverride this method to resolve the subject on which the quickfix shall be applied.- Specified by:
getSubjectin classAbstractQuickFixCommand
-
-