Modifier and type | Property and description |
---|---|
IDocumentationFormatter | documentationFormatter Replies the documentation formatter used by this builder. |
org.eclipse.xtext.AbstractRule | mLCommentRule Replies the grammar rule that corresponds to multiline comments. |
org.eclipse.xtext.AbstractRule | sLCommentRule Replies the grammar rule that corresponds to singleline comments. |
Modifier and type | Action and description |
---|---|
abstract java.lang.String | build(String,Class<T>) Replies the formatted string that corresponds to the given documentation. |
abstract IDocumentationFormatter | getDocumentationFormatter Replies the documentation formatter used by this builder. |
abstract org.eclipse.xtext.AbstractRule | getMLCommentRule Replies the grammar rule that corresponds to multiline comments. |
abstract org.eclipse.xtext.AbstractRule | getSLCommentRule Replies the grammar rule that corresponds to singleline comments. |
abstract boolean | isMultilineCommentFor(Class<T>) Replies if multiline comments are the default for the given type of objects. |
val documentationFormatter : IDocumentationFormatter
This property is an alias for the action: getDocumentationFormatter
val mLCommentRule : org.eclipse.xtext.AbstractRule
This property is an alias for the action: getMLCommentRule
val sLCommentRule : org.eclipse.xtext.AbstractRule
This property is an alias for the action: getSLCommentRule
def build(String,Class<T>) : java.lang.String
def getDocumentationFormatter : IDocumentationFormatter
def getMLCommentRule : org.eclipse.xtext.AbstractRule
def getSLCommentRule : org.eclipse.xtext.AbstractRule
def isMultilineCommentFor(Class<T>) : boolean