Class CMLCommandService

  • All Implemented Interfaces:
    org.eclipse.xtext.ide.server.commands.IExecutableCommandService

    public class CMLCommandService
    extends java.lang.Object
    implements org.eclipse.xtext.ide.server.commands.IExecutableCommandService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(org.eclipse.lsp4j.ExecuteCommandParams params, org.eclipse.xtext.ide.server.ILanguageServerAccess access, org.eclipse.xtext.util.CancelIndicator cancelIndicator)  
      java.util.List<java.lang.String> initialize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.xtext.ide.server.commands.IExecutableCommandService

        initializeDynamicRegistration
    • Field Detail

      • COMMAND_EXECUTED_RETURN_VALUE

        public static final java.lang.String COMMAND_EXECUTED_RETURN_VALUE
        See Also:
        Constant Field Values
      • COMMAND_EXECUTION_ERROR_PREFIX

        public static final java.lang.String COMMAND_EXECUTION_ERROR_PREFIX
        See Also:
        Constant Field Values
    • Constructor Detail

      • CMLCommandService

        public CMLCommandService()
    • Method Detail

      • initialize

        public java.util.List<java.lang.String> initialize()
        Specified by:
        initialize in interface org.eclipse.xtext.ide.server.commands.IExecutableCommandService
      • execute

        public java.lang.Object execute​(org.eclipse.lsp4j.ExecuteCommandParams params,
                                        org.eclipse.xtext.ide.server.ILanguageServerAccess access,
                                        org.eclipse.xtext.util.CancelIndicator cancelIndicator)
        Specified by:
        execute in interface org.eclipse.xtext.ide.server.commands.IExecutableCommandService