Interface ISuffixPositionProvider


public interface ISuffixPositionProvider
Suffix position provider API.
Author:
Angelo ZERR
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.lsp4j.Position
    Returns the suffix position provider of the given sufix and null otherwise.
  • Method Details

    • findSuffixPosition

      org.eclipse.lsp4j.Position findSuffixPosition(String suffix)
      Returns the suffix position provider of the given sufix and null otherwise.
      Parameters:
      suffix -
      Returns:
      the suffix position provider of the given sufix and null otherwise.