Class ReferenceExtension


  • public class ReferenceExtension
    extends Object
    • Constructor Detail

      • ReferenceExtension

        public ReferenceExtension()
    • Method Detail

      • getReferencedType

        public static Type getReferencedType​(Reference me)
        Determines the Type 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