public interface MethodGraph
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | MethodGraph.CompilerA compiler to produce a  MethodGraphfrom a given type. | 
| static class  | MethodGraph.EmptyA canonical implementation of an empty method graph. | 
| static interface  | MethodGraph.LinkedA 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. | 
| static interface  | MethodGraph.NodeRepresents a node within a method graph. | 
| static class  | MethodGraph.NodeListA list of nodes. | 
| static class  | MethodGraph.SimpleA simple implementation of a method graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodGraph.NodeList | listNodes()Lists all nodes of this method graph. | 
| MethodGraph.Node | locate(MethodDescription.Token methodToken)Locates a node in this graph which represents the provided method token. | 
MethodGraph.Node locate(MethodDescription.Token methodToken)
methodToken - A method token that represents the method to be located.MethodGraph.NodeList listNodes()
Copyright © 2014–2015. All rights reserved.