Class ConcreteClassifierExtension
java.lang.Object
org.emftext.language.java.extensions.classifiers.ConcreteClassifierExtension
-
Constructor Summary
-
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 String
Returns 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
Returnstrue
if the givenConcreteClassifier
isjava.lang.Object
. Attention: This method does not take theConcreteClassifier
on which the method is called (me
) as argument as this is not used in the methods implementation.- Parameters:
clazz
- the class to check- Returns:
true
ifclazz
representsjava.lang.Object
, otherwisefalse
-