Interface IReference
public interface IReference
Description of relationship between a source (from) and a target (to) native locations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intReference was created by advanced analysis.static final intReference was created from dynamic information. -
Method Summary
-
Field Details
-
FLAG_DYNAMIC
static final int FLAG_DYNAMICReference was created from dynamic information.- See Also:
-
FLAG_ADVANCED_ANALYSIS
static final int FLAG_ADVANCED_ANALYSISReference was created by advanced analysis.- See Also:
-
-
Method Details
-
getFrom
ReferenceLocation getFrom()Get the source location.- Returns:
- source location
-
getTo
ReferenceLocation 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
-