Class MethodGraph.Simple

  • All Implemented Interfaces:
    MethodGraph
    Enclosing interface:
    MethodGraph

    public static class MethodGraph.Simple
    extends java.lang.Object
    implements MethodGraph
    A simple implementation of a method graph.
    • Method Detail

      • of

        public static MethodGraph of​(java.util.List<? extends MethodDescription> methodDescriptions)
        Returns a method graph that contains all of the provided methods as simple nodes.
        Parameters:
        methodDescriptions - A list of method descriptions to be represented as simple nodes.
        Returns:
        A method graph that represents all of the provided methods as simple nodes.