Class StaticExtensionFeatureDescriptionWithImplicitFirstArgument
- java.lang.Object
-
- org.eclipse.xtext.resource.AbstractEObjectDescription
-
- org.eclipse.xtext.resource.EObjectDescription
-
- org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
-
- org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescription
-
- org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescriptionWithImplicitFirstArgument
-
- All Implemented Interfaces:
org.eclipse.xtext.resource.IEObjectDescription,IIdentifiableElementDescription
public class StaticExtensionFeatureDescriptionWithImplicitFirstArgument extends StaticExtensionFeatureDescription
-
-
Constructor Summary
Constructors Constructor Description StaticExtensionFeatureDescriptionWithImplicitFirstArgument(org.eclipse.xtext.naming.QualifiedName qualifiedName, org.eclipse.xtext.common.types.JvmFeature feature, XExpression firstArgument, LightweightTypeReference firstArgumentType, int bucketId, boolean visible)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XExpressiongetImplicitFirstArgument()LightweightTypeReferencegetImplicitFirstArgumentType()XExpressiongetSyntacticReceiver()intgetSyntacticReceiverConformanceFlags()LightweightTypeReferencegetSyntacticReceiverType()-
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.StaticExtensionFeatureDescription
isExtension, isStatic
-
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.BucketedEObjectDescription
computeShadowingKey, getBucketId, getElementOrProxy, getImplicitReceiver, getImplicitReceiverConformanceFlags, getImplicitReceiverConformanceHints, getImplicitReceiverType, getImplicitReceiverTypeParameterMapping, getNumberOfIrrelevantParameters, getNumberOfParameters, getShadowingKey, getSyntacticReceiverConformanceHints, getSyntacticReceiverTypeParameterMapping, isAnonymousClassConstructorCall, isSyntacticReceiverPossibleArgument, isTypeLiteral, isValidStaticState, isVisible, toString
-
Methods inherited from class org.eclipse.xtext.resource.EObjectDescription
create, create, create, create, getEClass, getEObjectOrProxy, getEObjectURI, getName, getQualifiedName, getUserData, getUserDataKeys, normalize
-
-
-
-
Constructor Detail
-
StaticExtensionFeatureDescriptionWithImplicitFirstArgument
public StaticExtensionFeatureDescriptionWithImplicitFirstArgument(org.eclipse.xtext.naming.QualifiedName qualifiedName, org.eclipse.xtext.common.types.JvmFeature feature, XExpression firstArgument, LightweightTypeReference firstArgumentType, int bucketId, boolean visible)- Since:
- 2.17
-
-
Method Detail
-
getSyntacticReceiver
public XExpression getSyntacticReceiver()
- Specified by:
getSyntacticReceiverin interfaceIIdentifiableElementDescription- Overrides:
getSyntacticReceiverin classStaticExtensionFeatureDescription
-
getSyntacticReceiverType
public LightweightTypeReference getSyntacticReceiverType()
- Specified by:
getSyntacticReceiverTypein interfaceIIdentifiableElementDescription- Overrides:
getSyntacticReceiverTypein classStaticExtensionFeatureDescription
-
getSyntacticReceiverConformanceFlags
public int getSyntacticReceiverConformanceFlags()
- Specified by:
getSyntacticReceiverConformanceFlagsin interfaceIIdentifiableElementDescription- Overrides:
getSyntacticReceiverConformanceFlagsin classStaticExtensionFeatureDescription
-
getImplicitFirstArgument
public XExpression getImplicitFirstArgument()
- Specified by:
getImplicitFirstArgumentin interfaceIIdentifiableElementDescription- Overrides:
getImplicitFirstArgumentin classBucketedEObjectDescription
-
getImplicitFirstArgumentType
public LightweightTypeReference getImplicitFirstArgumentType()
- Specified by:
getImplicitFirstArgumentTypein interfaceIIdentifiableElementDescription- Overrides:
getImplicitFirstArgumentTypein classBucketedEObjectDescription
-
-