@NonNullByDefault public class InstanceExtensionDescription extends InstanceFeatureDescription
| Modifier | Constructor and Description |
|---|---|
protected |
InstanceExtensionDescription(QualifiedName qualifiedName,
JvmFeature feature,
XExpression receiver,
LightweightTypeReference receiverType,
java.util.Map<JvmTypeParameter,LightweightMergedBoundTypeArgument> typeParameterMapping,
java.util.EnumSet<ConformanceHint> receiverConformanceHints,
XExpression firstArgument,
LightweightTypeReference firstArgumentType,
java.util.Map<JvmTypeParameter,LightweightMergedBoundTypeArgument> firstArgumentTypeParameterMapping,
java.util.EnumSet<ConformanceHint> firstArgumentConformanceHints,
int bucketId,
boolean visible) |
| Modifier and Type | Method and Description |
|---|---|
XExpression |
getImplicitReceiver()
Returns the actual receiver of this (potential) feature call.
|
java.util.EnumSet<ConformanceHint> |
getImplicitReceiverConformanceHints() |
LightweightTypeReference |
getImplicitReceiverType() |
java.util.Map<JvmTypeParameter,LightweightMergedBoundTypeArgument> |
getImplicitReceiverTypeParameterMapping() |
XExpression |
getSyntacticReceiver() |
java.util.EnumSet<ConformanceHint> |
getSyntacticReceiverConformanceHints() |
LightweightTypeReference |
getSyntacticReceiverType() |
java.util.Map<JvmTypeParameter,LightweightMergedBoundTypeArgument> |
getSyntacticReceiverTypeParameterMapping() |
boolean |
isExtension() |
isStaticcomputeShadowingKey, getBucketId, getElementOrProxy, getImplicitFirstArgument, getImplicitFirstArgumentType, getShadowingKey, isSyntacticReceiverPossibleArgument, isTypeLiteral, isVisible, toStringcreate, create, create, create, getEClass, getEObjectOrProxy, getEObjectURI, getName, getQualifiedName, getUserData, getUserDataKeys, normalizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEClass, getEObjectOrProxy, getEObjectURI, getName, getQualifiedName, getUserData, getUserDataKeysprotected InstanceExtensionDescription(QualifiedName qualifiedName, JvmFeature feature, XExpression receiver, LightweightTypeReference receiverType, java.util.Map<JvmTypeParameter,LightweightMergedBoundTypeArgument> typeParameterMapping, java.util.EnumSet<ConformanceHint> receiverConformanceHints, XExpression firstArgument, LightweightTypeReference firstArgumentType, java.util.Map<JvmTypeParameter,LightweightMergedBoundTypeArgument> firstArgumentTypeParameterMapping, java.util.EnumSet<ConformanceHint> firstArgumentConformanceHints, int bucketId, boolean visible)
public boolean isExtension()
isExtension in interface IIdentifiableElementDescriptionisExtension in class InstanceFeatureDescription@Nullable public XExpression getImplicitReceiver()
BucketedEObjectDescriptionnull
even though there is a syntactic receiver available (in case of static features).getImplicitReceiver in interface IIdentifiableElementDescriptiongetImplicitReceiver in class BucketedEObjectDescription@Nullable public LightweightTypeReference getImplicitReceiverType()
getImplicitReceiverType in interface IIdentifiableElementDescriptiongetImplicitReceiverType in class BucketedEObjectDescriptionpublic java.util.Map<JvmTypeParameter,LightweightMergedBoundTypeArgument> getImplicitReceiverTypeParameterMapping()
getImplicitReceiverTypeParameterMapping in interface IIdentifiableElementDescriptiongetImplicitReceiverTypeParameterMapping in class BucketedEObjectDescriptionpublic java.util.EnumSet<ConformanceHint> getImplicitReceiverConformanceHints()
getImplicitReceiverConformanceHints in interface IIdentifiableElementDescriptiongetImplicitReceiverConformanceHints in class BucketedEObjectDescription@Nullable public XExpression getSyntacticReceiver()
getSyntacticReceiver in interface IIdentifiableElementDescriptiongetSyntacticReceiver in class InstanceFeatureDescription@Nullable public LightweightTypeReference getSyntacticReceiverType()
getSyntacticReceiverType in interface IIdentifiableElementDescriptiongetSyntacticReceiverType in class InstanceFeatureDescriptionpublic java.util.Map<JvmTypeParameter,LightweightMergedBoundTypeArgument> getSyntacticReceiverTypeParameterMapping()
getSyntacticReceiverTypeParameterMapping in interface IIdentifiableElementDescriptiongetSyntacticReceiverTypeParameterMapping in class InstanceFeatureDescriptionpublic java.util.EnumSet<ConformanceHint> getSyntacticReceiverConformanceHints()
getSyntacticReceiverConformanceHints in interface IIdentifiableElementDescriptiongetSyntacticReceiverConformanceHints in class InstanceFeatureDescription