Interface AceCompletionSnippetSegment
- All Known Implementing Classes:
AceCompletionSnippetSegmentLiteral,AceCompletionSnippetSegmentTabstopItem
public interface AceCompletionSnippetSegment
A segment of a completion snippet
-
Method Summary
Modifier and TypeMethodDescriptiongetPreparedText(int tabStopNumber) Gets the escaped and prepared textual representation of this snippet segment (backslash and dollar are escaped in general and the dollar is used for certain special tokens)
-
Method Details
-
getPreparedText
Gets the escaped and prepared textual representation of this snippet segment (backslash and dollar are escaped in general and the dollar is used for certain special tokens)- Parameters:
tabStopNumber- the tab stop number- Returns:
- the prepared textual representation of this snippet segment
-