Class StyleFeatureCollector

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

public class StyleFeatureCollector extends Object implements FeatureValueCollector
  • Constructor Details

  • Method Details

    • create

      public static StyleFeatureCollector 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:
      IllegalArgumentException - if the object is null
    • isCanceled

      public boolean isCanceled()
      Description copied from interface: IBasicProcessor
      Checks if is canceled.
      Specified by:
      isCanceled in interface IBasicProcessor
      Returns:
      true, if is canceled
    • process

      public void process(org.eclipse.core.runtime.IProgressMonitor monitor)
      Description copied from interface: IBasicProcessor
      Process until done or get canceled.
      Specified by:
      process in interface IBasicProcessor
    • doProcess

      protected <T extends org.eclipse.emf.ecore.EObject> void doProcess(T object, Class<T> clazz, org.eclipse.core.runtime.IProgressMonitor monitor)