Modifier and type | Property and description |
---|---|
IBlockExpressionBuilder | expression Create the block of code. |
IExpressionBuilder | guard Replies the guard. |
SarlBehaviorUnit | sarlBehaviorUnit Replies the generated element. |
Modifier and type | Action and description |
---|---|
void | eInit(XtendTypeDeclaration,String,IJvmTypeProvider) Initialize the Ecore element. |
org.eclipse.emf.ecore.resource.Resource | eResource Replies the resource. |
IBlockExpressionBuilder | getExpression Create the block of code. |
IExpressionBuilder | getGuard Replies the guard. |
SarlBehaviorUnit | getSarlBehaviorUnit Replies the generated element. |
void | setDocumentation(String) Change the documentation of the element. |
java.lang.String | toString |
val expression : IBlockExpressionBuilder
This property is an alias for the action: getExpression
val guard : IExpressionBuilder
This property is an alias for the action: getGuard
val sarlBehaviorUnit : SarlBehaviorUnit
This property is an alias for the action: getSarlBehaviorUnit
new
def eInit(XtendTypeDeclaration,String,IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getExpression : IBlockExpressionBuilder
def getGuard : IExpressionBuilder
def getSarlBehaviorUnit : SarlBehaviorUnit
def setDocumentation(String)
def toString : java.lang.String