Class MethodGraph.Node.Simple

  • All Implemented Interfaces:
    MethodGraph.Node
    Enclosing interface:
    MethodGraph.Node

    public static class MethodGraph.Node.Simple
    extends java.lang.Object
    implements MethodGraph.Node
    A simple implementation of a resolved node of a method without bridges.
    • Constructor Detail

      • Simple

        public Simple​(MethodDescription methodDescription)
        Creates a simple node.
        Parameters:
        methodDescription - The represented method.