public class FeatureLinkHelper
extends java.lang.Object
| Constructor and Description |
|---|
FeatureLinkHelper() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.eclipse.xtext.common.types.JvmTypeParameter> |
getDeclaredTypeParameters(org.eclipse.xtext.common.types.JvmConstructor constructor) |
LightweightTypeReference |
getExpectedReceiverType(org.eclipse.xtext.common.types.JvmIdentifiableElement linkedFeature,
LightweightTypeReference receiverType) |
java.util.List<XExpression> |
getSyntacticArguments(XAbstractFeatureCall expression) |
XExpression |
getSyntacticReceiver(XExpression expression) |
public XExpression getSyntacticReceiver(XExpression expression)
public java.util.List<XExpression> getSyntacticArguments(XAbstractFeatureCall expression)
public java.util.List<org.eclipse.xtext.common.types.JvmTypeParameter> getDeclaredTypeParameters(org.eclipse.xtext.common.types.JvmConstructor constructor)
public LightweightTypeReference getExpectedReceiverType(org.eclipse.xtext.common.types.JvmIdentifiableElement linkedFeature, LightweightTypeReference receiverType)