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