Interface IReference


public interface IReference
Description of relationship between a source (from) and a target (to) native locations.
  • Field Details

    • FLAG_DYNAMIC

      static final int FLAG_DYNAMIC
      Reference was created from dynamic information.
      See Also:
    • FLAG_ADVANCED_ANALYSIS

      static final int FLAG_ADVANCED_ANALYSIS
      Reference was created by advanced analysis.
      See Also:
  • Method Details

    • getFrom

      Get the source location.
      Returns:
      source location
    • getTo

      Get the target location.
      Returns:
      target location
    • getType

      ReferenceType getType()
      Get the reference type.
      Returns:
      reference type, never null
    • getFlags

      int getFlags()
      Get reference flags.
      Returns:
      reference flags
    • getStringType

      String getStringType()
      Get a string representation of the reference type.
      Returns:
      reference type string