Class ReferenceExtension
java.lang.Object
org.emftext.language.java.extensions.references.ReferenceExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Reference
getPrevious
(Reference me) static Type
Determines theType
of the reference.static TypeReference
-
Constructor Details
-
ReferenceExtension
public ReferenceExtension()
-
-
Method Details
-
getPrevious
-
getReferencedType
Determines theType
of the reference. That is, either the type to which the reference points directly, or the type of the element to which the reference points.- Parameters:
me
- the given reference.- Returns:
- the determined type
-
getReferencedTypeReference
-