Class ReferenceExtension
java.lang.Object
org.emftext.language.java.extensions.references.ReferenceExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReferencegetPrevious(Reference me) static TypeDetermines theTypeof the reference.static TypeReference
-
Constructor Details
-
ReferenceExtension
public ReferenceExtension()
-
-
Method Details
-
getPrevious
-
getReferencedType
Determines theTypeof 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
-