Interface MethodGraph

    • Method Detail

      • locate

        MethodGraph.Node locate​(MethodDescription.SignatureToken token)
        Locates a node in this graph which represents the provided method token.
        Parameters:
        token - A method token that represents the method to be located.
        Returns:
        The node representing the given token.
      • listNodes

        MethodGraph.NodeList listNodes()
        Lists all nodes of this method graph.
        Returns:
        A list of all nodes of this method graph.