Interface MethodGraph.Node

    • Method Detail

      • getSort

        MethodGraph.Node.Sort getSort()
        Returns the sort of this node.
        Returns:
        The sort of this node.
      • getRepresentative

        MethodDescription getRepresentative()
        Returns the method that is represented by this node.
        Returns:
        The method that is represented by this node.
      • getMethodTypes

        java.util.Set<MethodDescription.TypeToken> getMethodTypes()
        Returns a set of type tokens that this method represents. This set contains the actual method's type including the types of all bridge methods.
        Returns:
        A set of type tokens that this method represents.
      • getVisibility

        Visibility getVisibility()
        Returns the minimal method visibility of all methods that are represented by this node.
        Returns:
        The minimal method visibility of all methods that are represented by this node.