Interface ISuffixPositionProvider
public interface ISuffixPositionProvider
Suffix position provider API.
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.lsp4j.PositionfindSuffixPosition(String suffix) Returns the suffix position provider of the givensufixand null otherwise.
-
Method Details
-
findSuffixPosition
Returns the suffix position provider of the givensufixand null otherwise.- Parameters:
suffix-- Returns:
- the suffix position provider of the given
sufixand null otherwise.
-