Class ReferenceExtension
java.lang.Object
tools.mdsd.jamopp.model.java.extensions.references.ReferenceExtension
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReferencegetPrevious(Reference reference) static TypegetReferencedType(Reference reference) Determines theTypeof the reference.
-
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.- Returns:
- the determined type
-