public class AceCompletionSnippetSegmentLiteral extends java.lang.Object implements AceCompletionSnippetSegment
Constructor and Description |
---|
AceCompletionSnippetSegmentLiteral(java.lang.String literalText)
The literal text that makes up part of the snippet segment
|
Modifier and Type | Method and Description |
---|---|
java.lang.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)
|
public AceCompletionSnippetSegmentLiteral(java.lang.String literalText)
literalText
- The literal text that makes up part of the snippet. This does not need to be escaped, escaping will be handled automatically.public java.lang.String getPreparedText(int tabstopNumber)
AceCompletionSnippetSegment
getPreparedText
in interface AceCompletionSnippetSegment
tabstopNumber
- the tab stop number