Class MdFeaturesCollector

java.lang.Object
com.e1c.langtool.v8.dt.md.MdObjectProcessor
com.e1c.langtool.v8.dt.md.MdFeaturesCollector
All Implemented Interfaces:
FeatureValueCollector, IBasicProcessor

public class MdFeaturesCollector extends MdObjectProcessor implements FeatureValueCollector
  • Constructor Details

  • Method Details

    • create

      public static MdFeaturesCollector create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object,FeatureValue> addAction)
      Low-level factory method.
      Parameters:
      object - the MdObject of newly created collector
      Throws:
      org.eclipse.core.runtime.AssertionFailedException - if the object is null
    • doProcess

      protected <T extends org.eclipse.emf.ecore.EObject> void doProcess(T object, Class<T> clazz, org.eclipse.core.runtime.IProgressMonitor monitor)
      Description copied from class: MdObjectProcessor
      Processes concrete object of MD object
      Specified by:
      doProcess in class MdObjectProcessor
      Parameters:
      object - processing object, can't be null