public static interface MethodGraph.Linked extends MethodGraph
| Modifier and Type | Interface and Description |
|---|---|
static class |
MethodGraph.Linked.Delegation
A 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 |
getSuperGraph()
Returns a graph representing the view on this represented type's super type.
|
listNodes, locateMethodGraph getSuperGraph()
MethodGraph getInterfaceGraph(TypeDescription typeDescription)
typeDescription - The interface type for which a view is to be returned.Copyright © 2014–2015. All rights reserved.