| Modifier and type | Property and description |
|---|---|
| org.eclipse.xtext.xbase.XExpression | argument
Returns the value of the 'Argument' reference. |
| org.eclipse.xtext.common.types.JvmOperation | feature
Returns the value of the 'Feature' reference. |
| org.eclipse.xtext.xbase.XExpression | receiver
Returns the value of the 'Receiver' reference. |
| Modifier and type | Action and description |
|---|---|
| abstract org.eclipse.xtext.xbase.XExpression | getArgument
Returns the value of the 'Argument' reference. |
| abstract org.eclipse.xtext.common.types.JvmOperation | getFeature
Returns the value of the 'Feature' reference. |
| abstract org.eclipse.xtext.xbase.XExpression | getReceiver
Returns the value of the 'Receiver' reference. |
| abstract void | setArgument(XExpression)
Sets the value of the 'Argument' reference. |
| abstract void | setFeature(JvmOperation)
Sets the value of the 'Feature' reference. |
| abstract void | setReceiver(XExpression)
Sets the value of the 'Receiver' reference. |
var argument : org.eclipse.xtext.xbase.XExpression
This property is an alias for the action: getArgument
var feature : org.eclipse.xtext.common.types.JvmOperation
This property is an alias for the action: getFeature
var receiver : org.eclipse.xtext.xbase.XExpression
This property is an alias for the action: getReceiver
def getArgument : org.eclipse.xtext.xbase.XExpression
def getFeature : org.eclipse.xtext.common.types.JvmOperation
def getReceiver : org.eclipse.xtext.xbase.XExpression
def setArgument(XExpression)
def setFeature(JvmOperation)
def setReceiver(XExpression)