Interface MethodGraph.Linked

All Superinterfaces:
MethodGraph
All Known Implementing Classes:
MethodGraph.Empty, MethodGraph.Linked.Delegation
Enclosing interface:
MethodGraph

public static interface MethodGraph.Linked extends MethodGraph
A linked method graph represents a view that additionally exposes information of a given type's super type view and a view on this graph's directly implemented interfaces.
  • Method Details

    • getSuperClassGraph

      MethodGraph getSuperClassGraph()
      Returns a graph representing the view on this represented type's super type.
      Returns:
      A graph representing the view on this represented type's super type.
    • getInterfaceGraph

      MethodGraph getInterfaceGraph(TypeDescription typeDescription)
      Returns a graph representing the view on this represented type's directly implemented interface type.
      Parameters:
      typeDescription - The interface type for which a view is to be returned.
      Returns:
      A graph representing the view on this represented type's directly implemented interface type.