Interface ISuffixPositionProvider
-
public interface ISuffixPositionProviderSuffix position provider API.- Author:
- Angelo ZERR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.lsp4j.PositionfindSuffixPosition(String suffix)Returns the suffix position provider of the givensufixand null otherwise.
-
-
-
Method Detail
-
findSuffixPosition
org.eclipse.lsp4j.Position findSuffixPosition(String suffix)
Returns the suffix position provider of the givensufixand null otherwise.- Parameters:
suffix-- Returns:
- the suffix position provider of the given
sufixand null otherwise.
-
-