io.sarl.lang.documentation
Class EcoreDocumentationBuilder
All Superinterfaces:
IEcoreDocumentationBuilder
class EcoreDocumentationBuilder
extends java.lang.Object
implements IEcoreDocumentationBuilder
Build a documentation string.
See:
"DocumentationBuilderFragment.java : appendTo : 2289"
Property Summary
Modifier and type Property and description
IDocumentationFormatter documentationFormatter
org.eclipse.xtext.AbstractRule mLCommentRule
org.eclipse.xtext.AbstractRule sLCommentRule
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
java.lang.String build(String,Class<T>)
IDocumentationFormatter getDocumentationFormatter
org.eclipse.xtext.AbstractRule getMLCommentRule
org.eclipse.xtext.AbstractRule getSLCommentRule
boolean isMultilineCommentFor(Class<T>)
void setGrammarAccess(SARLGrammarAccess)
Property Details
documentationFormatter
val documentationFormatter : IDocumentationFormatter

This property is an alias for the action: getDocumentationFormatter

See:
"DocumentationBuilderFragment.java : appendTo : 2424"
mLCommentRule
val mLCommentRule : org.eclipse.xtext.AbstractRule

This property is an alias for the action: getMLCommentRule

See:
"DocumentationBuilderFragment.java : appendTo : 2398"
sLCommentRule
val sLCommentRule : org.eclipse.xtext.AbstractRule

This property is an alias for the action: getSLCommentRule

See:
"DocumentationBuilderFragment.java : appendTo : 2411"
Constructor Details
new
new
Action Details
build(String,Class<T>)
def build(String,Class<T>) : java.lang.String
See:
"DocumentationBuilderFragment.java : appendTo : 2466"
getDocumentationFormatter
def getDocumentationFormatter : IDocumentationFormatter
See:
"DocumentationBuilderFragment.java : appendTo : 2424"
getMLCommentRule
def getMLCommentRule : org.eclipse.xtext.AbstractRule
See:
"DocumentationBuilderFragment.java : appendTo : 2398"
getSLCommentRule
def getSLCommentRule : org.eclipse.xtext.AbstractRule
See:
"DocumentationBuilderFragment.java : appendTo : 2411"
isMultilineCommentFor(Class<T>)
def isMultilineCommentFor(Class<T>) : boolean
See:
"DocumentationBuilderFragment.java : appendTo : 2437"
setGrammarAccess(SARLGrammarAccess)
def setGrammarAccess(SARLGrammarAccess)
See:
"DocumentationBuilderFragment.java : appendTo : 2333"