Modifier and type | Property and description |
---|---|
org.eclipse.xtext.common.types.access.IJvmTypeProvider | typeResolutionContext
Replies the context for type resolution. |
org.eclipse.xtext.xbase.XExpression | xExpression
Replies the last created expression. |
Modifier and type | Action and description |
---|---|
abstract org.eclipse.xtext.xbase.XFeatureCall | createReferenceToSuper
Create a reference to "super" object or to the super type. |
abstract org.eclipse.xtext.xbase.XFeatureCall | createReferenceToThis
Create a reference to "this" object or to the current type. |
abstract void | dispose
Dispose the resource. |
abstract void | eInit(EObject,Procedure1<Param>,IJvmTypeProvider)
Initialize the expression. |
abstract org.eclipse.emf.ecore.resource.Resource | eResource
Replies the resource to which the XExpression is attached. |
abstract java.lang.String | getDefaultValueForType(String)
Replies the default value for the given type. |
abstract java.lang.String | getDefaultValueForType(JvmTypeReference)
Replies the default value for the given type. |
abstract org.eclipse.xtext.xbase.XExpression | getDefaultXExpressionForType(String)
Replies the XExpression for the default value associated to the given type. |
abstract org.eclipse.xtext.xbase.XExpression | getDefaultXExpressionForType(JvmTypeReference)
Replies the XExpression for the default value associated to the given type. |
abstract org.eclipse.xtext.common.types.access.IJvmTypeProvider | getTypeResolutionContext
Replies the context for type resolution. |
abstract org.eclipse.xtext.xbase.XExpression | getXExpression
Replies the last created 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 IExpressionBuilder | setDocumentation(String)
Change the documentation of the element. |
abstract IExpressionBuilder | setExpression(String)
Change the expression in the container. |
abstract IExpressionBuilder | setXExpression(XExpression)
Change the expression in the container. |
val typeResolutionContext : org.eclipse.xtext.common.types.access.IJvmTypeProvider
This property is an alias for the action: getTypeResolutionContext
val xExpression : org.eclipse.xtext.xbase.XExpression
This property is an alias for the action: getXExpression
def createReferenceToSuper : org.eclipse.xtext.xbase.XFeatureCall
def createReferenceToThis : org.eclipse.xtext.xbase.XFeatureCall
def dispose
def eInit(EObject,Procedure1<Param>,IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getDefaultValueForType(String) : java.lang.String
def getDefaultValueForType(JvmTypeReference) : java.lang.String
def getDefaultXExpressionForType(String) : org.eclipse.xtext.xbase.XExpression
def getDefaultXExpressionForType(JvmTypeReference) : org.eclipse.xtext.xbase.XExpression
def getTypeResolutionContext : org.eclipse.xtext.common.types.access.IJvmTypeProvider
def getXExpression : org.eclipse.xtext.xbase.XExpression
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 setDocumentation(String) : IExpressionBuilder
def setExpression(String) : IExpressionBuilder
def setXExpression(XExpression) : IExpressionBuilder