Class InterfaceExtension
java.lang.Object
org.emftext.language.java.extensions.classifiers.InterfaceExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Method
Finds the method of a functional interface.static EList<ConcreteClassifier>
Returns all interfaces extended by this interface.
-
Constructor Details
-
InterfaceExtension
public InterfaceExtension()
-
-
Method Details
-
getAllSuperClassifiers
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.- Parameters:
me
- this interface.- Returns:
- all interfaces.
-
getAbstractMethodOfFunctionalInterface
Finds the method of a functional interface.- Parameters:
me
- the functional interface.- Returns:
- the method.
-