| Modifier and type | Property and description |
|---|---|
| java.lang.String | autoGeneratedActionString
Replies the string for "auto-generated" comments. |
| protected org.eclipse.xtext.tasks.ITaskTagProvider | taskTagProvider
Replies the provider of task tags. |
| org.eclipse.xtext.xbase.XBlockExpression | xBlockExpression
An empty block expression. |
| Modifier and type | Action and description |
|---|---|
| IExpressionBuilder | addExpression
Add an expression inside the block. |
| void | eInit(IJvmTypeProvider)
Create the XBlockExpression. |
| org.eclipse.emf.ecore.resource.Resource | eResource
Replies the resource to which the XBlockExpression is attached. |
| java.lang.String | getAutoGeneratedActionString
Replies the string for "auto-generated" comments. |
| java.lang.String | getAutoGeneratedActionString(Resource)
Replies the string for "auto-generated" comments. |
| protected org.eclipse.xtext.tasks.ITaskTagProvider | getTaskTagProvider
Replies the provider of task tags. |
| org.eclipse.xtext.xbase.XBlockExpression | getXBlockExpression
An empty block expression. |
| IBlockExpressionBuilder | setDefaultAutoGeneratedContent
Fill the block with the standard "auto-generated" content assuming that there is no value to return. |
| IBlockExpressionBuilder | setDefaultAutoGeneratedContent(String)
Fill the block with the standard "auto-generated" content. |
| IBlockExpressionBuilder | setDefaultAutoGeneratedContent(JvmTypeReference)
Fill the block with the standard "auto-generated" content. |
| IBlockExpressionBuilder | setInnerDocumentation(String)
Change the documentation of the element. |
| java.lang.String | toString |
val autoGeneratedActionString : java.lang.String
This property is an alias for the action: getAutoGeneratedActionString
protected val taskTagProvider : org.eclipse.xtext.tasks.ITaskTagProvider
This property is an alias for the action: getTaskTagProvider
val xBlockExpression : org.eclipse.xtext.xbase.XBlockExpression
This property is an alias for the action: getXBlockExpression
new
def addExpression : IExpressionBuilder
def eInit(IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getAutoGeneratedActionString : java.lang.String
def getAutoGeneratedActionString(Resource) : java.lang.String
protected def getTaskTagProvider : org.eclipse.xtext.tasks.ITaskTagProvider
def getXBlockExpression : org.eclipse.xtext.xbase.XBlockExpression
def setDefaultAutoGeneratedContent : IBlockExpressionBuilder
def setDefaultAutoGeneratedContent(String) : IBlockExpressionBuilder
def setDefaultAutoGeneratedContent(JvmTypeReference) : IBlockExpressionBuilder
def setInnerDocumentation(String) : IBlockExpressionBuilder
def toString : java.lang.String