Interface AceCompletionSnippetSegment

All Known Implementing Classes:
AceCompletionSnippetSegmentLiteral, AceCompletionSnippetSegmentTabstopItem

public interface AceCompletionSnippetSegment
A segment of a completion snippet
  • Method Summary

    Modifier and Type
    Method
    Description
    getPreparedText(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

      String getPreparedText(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)
      Parameters:
      tabStopNumber - the tab stop number
      Returns:
      the prepared textual representation of this snippet segment