Class ReferenceExtension

java.lang.Object
tools.mdsd.jamopp.model.java.extensions.references.ReferenceExtension

public final class ReferenceExtension extends Object
  • Method Details

    • getPrevious

      public static Reference getPrevious(Reference reference)
    • getReferencedType

      public static Type getReferencedType(Reference reference)
      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.
      Returns:
      the determined type