Class CMLActionService

  • All Implemented Interfaces:
    org.eclipse.xtext.ide.server.codeActions.ICodeActionService2

    public class CMLActionService
    extends java.lang.Object
    implements org.eclipse.xtext.ide.server.codeActions.ICodeActionService2
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.xtext.ide.server.codeActions.ICodeActionService2

        org.eclipse.xtext.ide.server.codeActions.ICodeActionService2.Options
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.Command,​org.eclipse.lsp4j.CodeAction>> getCodeActions​(org.eclipse.xtext.ide.server.codeActions.ICodeActionService2.Options options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CMLActionService

        public CMLActionService()
    • Method Detail

      • getCodeActions

        public java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.Command,​org.eclipse.lsp4j.CodeAction>> getCodeActions​(org.eclipse.xtext.ide.server.codeActions.ICodeActionService2.Options options)
        Specified by:
        getCodeActions in interface org.eclipse.xtext.ide.server.codeActions.ICodeActionService2