Class DecoratorSupport
java.lang.Object
org.eclipse.epsilon.dt.epackageregistryexplorer.DecoratorSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static boolean
areCompatible
(org.eclipse.emf.ecore.EClass subtype, org.eclipse.emf.ecore.EClassifier supertype, boolean inherited) static Set<DecoratorHookDescriptor>
getHooks
(org.eclipse.emf.ecore.EClass eClass, List<org.eclipse.emf.ecore.EPackage> ePackages, boolean inherited) static boolean
isDecorator
(org.eclipse.emf.ecore.EClass eClass) static boolean
isHook
(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
-
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)
-