| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.typesystem.arguments |
Encapsulated handling of feature call arguments.
|
| org.eclipse.xtext.xbase.typesystem.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignmentFeatureCallArguments |
class |
ReorderedFeatureCallArguments
Returns all arguments first, that match the given parameters.
|
class |
ReorderedVarArgFeatureCallArguments |
class |
StandardFeatureCallArguments
A representation of
IFeatureCallArguments that does not handle
var args or closures at an unexpected index. |
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 IFeatureCallArguments |
AbstractLinkingCandidate.arguments |
| Modifier and Type | Method and Description |
|---|---|
protected IFeatureCallArguments |
ExpressionArgumentFactory.createArgumentsForExecutable(boolean varArgs,
List<XExpression> arguments,
List<JvmFormalParameter> parameters,
boolean hasReceiver,
ITypeReferenceOwner owner) |
IFeatureCallArguments |
ExpressionArgumentFactory.createExpressionArguments(XExpression expression,
AbstractLinkingCandidate<?> candidate) |
Copyright © 2015. All Rights Reserved.