Class DecoratorSupport
- java.lang.Object
-
- org.eclipse.epsilon.dt.epackageregistryexplorer.DecoratorSupport
-
public class DecoratorSupport extends Object
-
-
Constructor Summary
Constructors Constructor Description DecoratorSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected 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)
-
-
-
Method Detail
-
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)
-
-