Class CallGraphNode

    • Constructor Detail

      • CallGraphNode

        public CallGraphNode​(BaseCallGraph graph,
                             CodeMember cm)
        Builds the node.
        Parameters:
        graph - the parent graph
        cm - the code member represented by this node
    • Method Detail

      • getCodeMember

        public CodeMember getCodeMember()
        Yields the CodeMember represented by this node.
        Returns:
        the code member
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object