Class DecoratorSupport

java.lang.Object
org.eclipse.epsilon.dt.epackageregistryexplorer.DecoratorSupport

public class DecoratorSupport extends Object
  • Constructor Details

    • DecoratorSupport

      public DecoratorSupport()
  • Method Details

    • isDecorator

      public static boolean isDecorator(org.eclipse.emf.ecore.EClass eClass)
    • isHook

      public static boolean isHook(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
    • areCompatible

      protected static boolean areCompatible(org.eclipse.emf.ecore.EClass subtype, org.eclipse.emf.ecore.EClassifier supertype, boolean inherited)
    • getHooks

      public static Set<DecoratorHookDescriptor> getHooks(org.eclipse.emf.ecore.EClass eClass, List<org.eclipse.emf.ecore.EPackage> ePackages, boolean inherited)