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.JvmParameterizedTypeReference | newTypeRef(String) Find the reference to the type with the given name. |
abstract org.eclipse.xtext.common.types.JvmParameterizedTypeReference | newTypeRef(Notifier,String) Find the reference to the type with the given name. |
abstract void | setDefaultAutoGeneratedContent(String) Fill the block with the standard "auto-generated" content. |
abstract void | 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.JvmParameterizedTypeReference
def newTypeRef(Notifier,String) : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
def setDefaultAutoGeneratedContent(String)
def setInnerDocumentation(String)