| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.typesystem.arguments |
Encapsulated handling of feature call arguments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReorderedFeatureCallArguments
Returns all arguments first, that match the given parameters.
|
class |
ReorderedVarArgFeatureCallArguments |
class |
VarArgFeatureCallArguments
A representation of
IFeatureCallArguments that does not handle
var args or closures at an unexpected index. |
| Modifier and Type | Field and Description |
|---|---|
protected StandardFeatureCallArguments |
StandardFeatureCallArgumentSlot.parent |
| Constructor and Description |
|---|
StandardFeatureCallArgumentSlot(StandardFeatureCallArguments parent,
int idx) |
SuperfluousFeatureCallArgumentSlot(StandardFeatureCallArguments arguments,
int idx) |
VarArgsFeatureCallArgumentSlot(StandardFeatureCallArguments parent,
int idx) |
Copyright © 2015. All Rights Reserved.