Package org.eclipse.xtext.xtext
Class XtextResourceDescriptionStrategy
- java.lang.Object
-
- org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy
-
- org.eclipse.xtext.xtext.XtextResourceDescriptionStrategy
-
- All Implemented Interfaces:
IDefaultResourceDescriptionStrategy
public class XtextResourceDescriptionStrategy extends DefaultResourceDescriptionStrategy
-
-
Constructor Summary
Constructors Constructor Description XtextResourceDescriptionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancreateEObjectDescriptions(org.eclipse.emf.ecore.EObject eObject, org.eclipse.xtext.util.IAcceptor<IEObjectDescription> acceptor)Calculates theIEObjectDescriptions foreObjectand passes them to the acceptor.-
Methods inherited from class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy
createReferenceDescription, createReferenceDescriptions, getLazyURIEncoder, getQualifiedNameProvider, isIndexable, isResolvedAndExternal, setLazyURIEncoder, setQualifiedNameProvider
-
-
-
-
Method Detail
-
createEObjectDescriptions
public boolean createEObjectDescriptions(org.eclipse.emf.ecore.EObject eObject, org.eclipse.xtext.util.IAcceptor<IEObjectDescription> acceptor)Description copied from interface:IDefaultResourceDescriptionStrategyCalculates theIEObjectDescriptions foreObjectand passes them to the acceptor.- Specified by:
createEObjectDescriptionsin interfaceIDefaultResourceDescriptionStrategy- Overrides:
createEObjectDescriptionsin classDefaultResourceDescriptionStrategy- Returns:
- true if the children of
eObjectshould be traversed.
-
-