Package com.e1c.langtool.v8.dt.right.ql
Class RightQlUtil
java.lang.Object
com.e1c.langtool.v8.dt.right.ql.RightQlUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic RestrictiongetRestriction(IDependentModelProvider dependentModelProvider, org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.core.runtime.IPath basePath, org.eclipse.xtext.util.CancelIndicator monitor) Gets the restriction QL object (RLS) as dependent model form source text feature.
-
Field Details
-
QLRIGHTS_FILE_EXT
- See Also:
-
-
Method Details
-
getRestriction
public static Restriction getRestriction(IDependentModelProvider dependentModelProvider, org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.core.runtime.IPath basePath, org.eclipse.xtext.util.CancelIndicator monitor) Gets the restriction QL object (RLS) as dependent model form source text feature.- Parameters:
dependentModelProvider- the dependent model provider, cannot benull.source- the source object that contains text feature of RLS, cannot benull.feature- the text feature in the source object, cannot benull.basePath- the base path, cannot benull.monitor- the monitor, cannot benull.- Returns:
- the restriction, may return
null.
-