Modifier and type | Property and description |
---|---|
org.eclipse.xtext.xbase.XExpression | argument Returns the argument that should be used for calling the feature. |
org.eclipse.xtext.common.types.JvmOperation | operation Returns the feature that should be called in place of the cast operator. |
org.eclipse.xtext.xbase.XExpression | receiver Returns the receiver that should be used for calling the feature. |
Modifier and type | Action and description |
---|---|
abstract org.eclipse.xtext.xbase.XExpression | getArgument Returns the argument that should be used for calling the feature. |
abstract org.eclipse.xtext.common.types.JvmOperation | getOperation Returns the feature that should be called in place of the cast operator. |
abstract org.eclipse.xtext.xbase.XExpression | getReceiver Returns the receiver that should be used for calling the feature. |
val argument : org.eclipse.xtext.xbase.XExpression
This property is an alias for the action: getArgument
val operation : org.eclipse.xtext.common.types.JvmOperation
This property is an alias for the action: getOperation
val receiver : org.eclipse.xtext.xbase.XExpression
This property is an alias for the action: getReceiver
def getArgument : org.eclipse.xtext.xbase.XExpression
def getOperation : org.eclipse.xtext.common.types.JvmOperation
def getReceiver : org.eclipse.xtext.xbase.XExpression