Interface ICodeActionResolverRequest

    • Method Detail

      • getUnresolved

        org.eclipse.lsp4j.CodeAction getUnresolved()
        Returns the unresolved code action.
        Returns:
        the unresolved code action.
      • getDataProperty

        String getDataProperty​(String fieldName)
        Returns the data property value of the given fieldName and null otherwise.
        Parameters:
        fieldName - the field name.
        Returns:
        the data property value of the given fieldName and null otherwise.
      • getXMLGenerator

        XMLGenerator getXMLGenerator​(org.eclipse.lsp4j.Range range)
                              throws BadLocationException
        Returns the XML generator and null otherwise.
        Parameters:
        range - the range of the Code Action
        Returns:
        the XML generator and null otherwise.
        Throws:
        BadLocationException