Class ConcreteClassifierExtension
java.lang.Object
org.emftext.language.java.extensions.classifiers.ConcreteClassifierExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EList<ConcreteClassifier>getAllMembers(ConcreteClassifier me, Commentable context) Returns all members of the given classifier including inner classes and all members of super types (extended classes and implemented interfaces).static EList<ConcreteClassifier>static StringReturns the qualified name of this concrete classifier.static EList<ClassifierReference>static boolean
-
Constructor Details
-
ConcreteClassifierExtension
public ConcreteClassifierExtension()
-
-
Method Details
-
getAllInnerClassifiers
-
getInnerClassifiers
-
getSuperTypeReferences
-
getAllMembers
Returns all members of the given classifier including inner classes and all members of super types (extended classes and implemented interfaces).- Parameters:
me- the given classifier.context- to check protected visibility- Returns:
- member list
-
getQualifiedName
Returns the qualified name of this concrete classifier.- Parameters:
me- the classifier to return the qualified name for.- Returns:
- the qualified name.
-
isJavaLangObject
Returnstrueif the givenConcreteClassifierisjava.lang.Object. Attention: This method does not take theConcreteClassifieron which the method is called (me) as argument as this is not used in the methods implementation.- Parameters:
clazz- the class to check- Returns:
trueifclazzrepresentsjava.lang.Object, otherwisefalse
-