Class InjectableFeatureLookup
java.lang.Object
org.eclipse.emf.mwe2.language.scoping.InjectableFeatureLookup
- All Implemented Interfaces:
IInjectableFeatureLookup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
collectFeatures
(org.eclipse.xtext.common.types.JvmType containerType, Map<org.eclipse.xtext.naming.QualifiedName, org.eclipse.xtext.common.types.JvmFeature> result) Map<org.eclipse.xtext.naming.QualifiedName,
org.eclipse.xtext.common.types.JvmFeature> getInjectableFeatures
(org.eclipse.xtext.common.types.JvmType type)
-
Constructor Details
-
InjectableFeatureLookup
public InjectableFeatureLookup()
-
-
Method Details
-
getInjectableFeatures
public Map<org.eclipse.xtext.naming.QualifiedName,org.eclipse.xtext.common.types.JvmFeature> getInjectableFeatures(org.eclipse.xtext.common.types.JvmType type) - Specified by:
getInjectableFeatures
in interfaceIInjectableFeatureLookup
-
collectFeatures
public void collectFeatures(org.eclipse.xtext.common.types.JvmType containerType, Map<org.eclipse.xtext.naming.QualifiedName, org.eclipse.xtext.common.types.JvmFeature> result)
-