Modifier and type | Property and description |
---|---|
java.lang.String | multilineCommentEndSymbols Replies the characters that must be used to end a comment. |
java.lang.String | multilineCommentLinePrefix Replies the characters that must be used as prefix of each line in a multiline comment. |
java.lang.String | multilineCommentStartSymbols Replies the characters that must be used to start a comment. |
java.lang.String | singlelineCommentPrefix Replies the string that must be used as prefix of a singleline comment. |
Modifier and type | Action and description |
---|---|
abstract java.lang.String | formatMultilineComment(String) Replies the formatted string that corresponds to the given documentation. |
abstract java.lang.String | formatMultilineComment(String,String) Replies the formatted string that corresponds to the given documentation. |
abstract void | formatMultilineComment(String,IAppendable) Replies the formatted string that corresponds to the given documentation. |
abstract void | formatMultilineComment(ITextReplacerContext,IComment) Format the given multiline documentation. |
abstract void | formatMultilineComment(String,String,IAppendable) Replies the formatted string that corresponds to the given documentation. |
abstract java.lang.String | formatSinglelineComment(String) Replies the formatted string that corresponds to the given documentation. |
abstract java.lang.String | formatSinglelineComment(String,String) Replies the formatted string that corresponds to the given documentation. |
abstract void | formatSinglelineComment(String,IAppendable) Replies the formatted string that corresponds to the given documentation. |
abstract void | formatSinglelineComment(ITextReplacerContext,IComment) Format the given singleline documentation. |
abstract void | formatSinglelineComment(String,String,IAppendable) Replies the formatted string that corresponds to the given documentation. |
abstract java.lang.String | getMultilineCommentEndSymbols Replies the characters that must be used to end a comment. |
abstract java.lang.String | getMultilineCommentLinePrefix Replies the characters that must be used as prefix of each line in a multiline comment. |
abstract java.lang.String | getMultilineCommentStartSymbols Replies the characters that must be used to start a comment. |
abstract java.lang.String | getSinglelineCommentPrefix Replies the string that must be used as prefix of a singleline comment. |
val multilineCommentEndSymbols : java.lang.String
This property is an alias for the action: getMultilineCommentEndSymbols
val multilineCommentLinePrefix : java.lang.String
This property is an alias for the action: getMultilineCommentLinePrefix
val multilineCommentStartSymbols : java.lang.String
This property is an alias for the action: getMultilineCommentStartSymbols
val singlelineCommentPrefix : java.lang.String
This property is an alias for the action: getSinglelineCommentPrefix
def formatMultilineComment(String) : java.lang.String
def formatMultilineComment(String,String) : java.lang.String
def formatMultilineComment(String,IAppendable)
def formatMultilineComment(ITextReplacerContext,IComment)
def formatMultilineComment(String,String,IAppendable)
def formatSinglelineComment(String) : java.lang.String
def formatSinglelineComment(String,String) : java.lang.String
def formatSinglelineComment(String,IAppendable)
def formatSinglelineComment(ITextReplacerContext,IComment)
def formatSinglelineComment(String,String,IAppendable)
def getMultilineCommentEndSymbols : java.lang.String
def getMultilineCommentLinePrefix : java.lang.String
def getMultilineCommentStartSymbols : java.lang.String
def getSinglelineCommentPrefix : java.lang.String