Class InterfaceExtension
- java.lang.Object
-
- org.emftext.language.java.extensions.classifiers.InterfaceExtension
-
public class InterfaceExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description InterfaceExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EList<ConcreteClassifier>
getAllSuperClassifiers(Interface me)
Returns all interfaces extended by this interface.
-
-
-
Method Detail
-
getAllSuperClassifiers
public static EList<ConcreteClassifier> getAllSuperClassifiers(Interface me)
Returns all interfaces extended by this interface. The type of the objects in the returned list isConcreteClassifier
, becausejava.lang.Object
is also extended although it is a Class.
-
-