This type is a class for model objects.
MethodInvocation expression, e.g. x.getY(3)
Package: instantiation| Attributes Summary | |
| name : EString | The name of the method being invoked. |
| receiver : PTExpression @ | Who the method is invoked against. This may be not set, which means "this". It may also be a Name, which would mean a class like "java.lang.String" |
| arguments : PTExpression * | The list of arguments, if any, to the method. |
| Attribute Details |