public static interface MethodGraph.Linked extends MethodGraph
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MethodGraph.Linked.DelegationA simple implementation of a linked method graph that exposes views by delegation to given method graphs. | 
MethodGraph.Compiler, MethodGraph.Empty, MethodGraph.Linked, MethodGraph.Node, MethodGraph.NodeList, MethodGraph.Simple| Modifier and Type | Method and Description | 
|---|---|
| MethodGraph | getInterfaceGraph(TypeDescription typeDescription)Returns a graph representing the view on this represented type's directly implemented interface type. | 
| MethodGraph | getSuperClassGraph()Returns a graph representing the view on this represented type's super type. | 
listNodes, locateMethodGraph getSuperClassGraph()
MethodGraph getInterfaceGraph(TypeDescription typeDescription)
typeDescription - The interface type for which a view is to be returned.Copyright © 2014–2021. All rights reserved.