Class LanguageCheckContextCollector
java.lang.Object
com.e1c.g5.v8.dt.internal.check.derived.LanguageCheckContextCollector
- All Implemented Interfaces:
IContextCollector
Languge-specific check context collector. Used only during the full rebuild cycle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectContextOnFullRebuild(Object objectId, IContextCollectingSession contextSession) String[]Gets the full rebuild scope provided by this collector.org.eclipse.emf.ecore.EClassGets the type of the BM object this collector supports.booleanReturnstrueif this is a model context collector.booleanReturnstrueif this is a resource context collector.voidsetComplexChecksPresent(boolean complexChecksPresent) Sets the complex check presence indicatorvoidsetNormalChecksPresent(boolean normalChecksPresent) Sets the normal check presence indicatorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.derived.context.IContextCollector
collectContextOnFeatureChange, collectContextOnFullRebuild, collectContextOnObjectAssociation
-
Constructor Details
-
LanguageCheckContextCollector
public LanguageCheckContextCollector()
-
-
Method Details
-
collectContextOnFullRebuild
- Specified by:
collectContextOnFullRebuildin interfaceIContextCollector
-
fullRebuildScope
Description copied from interface:IContextCollectorGets the full rebuild scope provided by this collector.- Specified by:
fullRebuildScopein interfaceIContextCollector- Returns:
- Array of DD segments that participate in the full rebuild procedure using this collector.
Can be empty or
nullin case if this collector isn't participating in the rebuild.
-
getSupportedType
public org.eclipse.emf.ecore.EClass getSupportedType()Description copied from interface:IContextCollectorGets the type of the BM object this collector supports.- Specified by:
getSupportedTypein interfaceIContextCollector- Returns:
- The type of supported BM object.
-
isModelContextCollector
public boolean isModelContextCollector()Description copied from interface:IContextCollectorReturnstrueif this is a model context collector.- Specified by:
isModelContextCollectorin interfaceIContextCollector- Returns:
trueif this is a model context collector.
-
isResourceContextCollector
public boolean isResourceContextCollector()Description copied from interface:IContextCollectorReturnstrueif this is a resource context collector.- Specified by:
isResourceContextCollectorin interfaceIContextCollector- Returns:
trueif this is a resource context collector.
-
setComplexChecksPresent
public void setComplexChecksPresent(boolean complexChecksPresent) Sets the complex check presence indicator- Parameters:
complexChecksPresent- The indicator to set
-
setNormalChecksPresent
public void setNormalChecksPresent(boolean normalChecksPresent) Sets the normal check presence indicator- Parameters:
normalChecksPresent- The indicator to set
-