Modifier and type | Property and description |
---|---|
java.lang.String | autoGeneratedActionString
Replies the string for "auto-generated" comments. |
org.eclipse.xtext.common.types.access.IJvmTypeProvider | typeResolutionContext
Replies the context for type resolution. |
org.eclipse.xtext.xbase.XBlockExpression | xBlockExpression
An empty block expression. |
Modifier and type | Action and description |
---|---|
abstract IExpressionBuilder | addExpression
Add an expression inside the block. |
abstract void | dispose
Dispose the resource. |
abstract void | eInit(IJvmTypeProvider)
Create the XBlockExpression. |
abstract org.eclipse.emf.ecore.resource.Resource | eResource
Replies the resource to which the XBlockExpression is attached. |
abstract java.lang.String | getAutoGeneratedActionString
Replies the string for "auto-generated" comments. |
abstract java.lang.String | getAutoGeneratedActionString(Resource)
Replies the string for "auto-generated" comments. |
abstract org.eclipse.xtext.common.types.access.IJvmTypeProvider | getTypeResolutionContext
Replies the context for type resolution. |
abstract org.eclipse.xtext.xbase.XBlockExpression | getXBlockExpression
An empty block expression. |
abstract org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(String)
Find the reference to the type with the given name. |
abstract org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(Class<T>,JvmTypeReference*)
Find the reference to the type with the given type parameters. |
abstract org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(Notifier,String)
Find the reference to the type with the given name. |
abstract org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(JvmType,JvmTypeReference*)
Find the reference to the type with the given type parameters. |
abstract org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(Notifier,Class<T>,JvmTypeReference*)
Find the reference to the type with the given type parameters. |
abstract IBlockExpressionBuilder | setDefaultAutoGeneratedContent
Fill the block with the standard "auto-generated" content assuming that there is no value to return. |
abstract IBlockExpressionBuilder | setDefaultAutoGeneratedContent(String)
Fill the block with the standard "auto-generated" content. |
abstract IBlockExpressionBuilder | setDefaultAutoGeneratedContent(JvmTypeReference)
Fill the block with the standard "auto-generated" content. |
abstract IBlockExpressionBuilder | setInnerDocumentation(String)
Change the documentation of the element. |
val autoGeneratedActionString : java.lang.String
This property is an alias for the action: getAutoGeneratedActionString
val typeResolutionContext : org.eclipse.xtext.common.types.access.IJvmTypeProvider
This property is an alias for the action: getTypeResolutionContext
val xBlockExpression : org.eclipse.xtext.xbase.XBlockExpression
This property is an alias for the action: getXBlockExpression
def addExpression : IExpressionBuilder
def dispose
def eInit(IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getAutoGeneratedActionString : java.lang.String
def getAutoGeneratedActionString(Resource) : java.lang.String
def getTypeResolutionContext : org.eclipse.xtext.common.types.access.IJvmTypeProvider
def getXBlockExpression : org.eclipse.xtext.xbase.XBlockExpression
def newTypeRef(String) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(Class<T>,JvmTypeReference*) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(Notifier,String) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(JvmType,JvmTypeReference*) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(Notifier,Class<T>,JvmTypeReference*) : org.eclipse.xtext.common.types.JvmTypeReference
def setDefaultAutoGeneratedContent : IBlockExpressionBuilder
def setDefaultAutoGeneratedContent(String) : IBlockExpressionBuilder
def setDefaultAutoGeneratedContent(JvmTypeReference) : IBlockExpressionBuilder
def setInnerDocumentation(String) : IBlockExpressionBuilder