Interface ICallGraphNode

All Known Implementing Classes:
CallGraphNode

public interface ICallGraphNode
  • Method Details

    • getId

      int getId()
    • getMethodInfo

      MethodInfo getMethodInfo()
    • getMethodNode

      @Nullable @Nullable MethodNode getMethodNode()
    • isResolved

      boolean isResolved()
    • attributes

      IAttributeNode attributes()