Modifier and type | Property and description |
---|---|
java.lang.String | multilineCommentEndSymbols |
java.lang.String | multilineCommentLinePrefix |
java.lang.String | multilineCommentStartSymbols |
java.lang.String | singlelineCommentPrefix |
protected java.util.Set<E> | singlelineCommentSpecialChars |
protected int | whiteSpacesOnFirstLine |
protected int | whiteSpacesOnOtherLines |
Modifier and type | Type and description |
---|---|
class | DocumentationFormatter.AbstractDebuggingAccessor |
class | DocumentationFormatter.AbstractReplacementAccessor |
interface | DocumentationFormatter.FormattedTextAccessor |
class | DocumentationFormatter.Line |
class | DocumentationFormatter.RegionAccessor |
class | DocumentationFormatter.Replacement |
class | DocumentationFormatter.SubAccessor |
var multilineCommentEndSymbols : java.lang.String
This property is an alias for the action: getMultilineCommentEndSymbols
var multilineCommentLinePrefix : java.lang.String
This property is an alias for the action: getMultilineCommentLinePrefix
var multilineCommentStartSymbols : java.lang.String
This property is an alias for the action: getMultilineCommentStartSymbols
var singlelineCommentPrefix : java.lang.String
This property is an alias for the action: getSinglelineCommentPrefix
protected val singlelineCommentSpecialChars : java.util.Set<E>
This property is an alias for the action: getSinglelineCommentSpecialChars
protected val whiteSpacesOnFirstLine : int
This property is an alias for the action: getWhiteSpacesOnFirstLine
protected val whiteSpacesOnOtherLines : int
This property is an alias for the action: getWhiteSpacesOnOtherLines
new
protected def formatLineText(String,boolean,FormattedTextAccessor<T>)with T
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
protected def getSinglelineCommentSpecialChars : java.util.Set<E>
protected def getWhiteSpacesOnFirstLine : int
protected def getWhiteSpacesOnOtherLines : int
protected def isNewLine(char) : boolean
def setGrammarAccess(SARLGrammarAccess)
def setMultilineCommentEndSymbols(String)
def setMultilineCommentLinePrefix(String)
def setMultilineCommentStartSymbols(String)
def setSinglelineCommentPrefix(String)