protected static class MethodGraph.Compiler.Default.Key.Store.Graph extends Object implements MethodGraph
MethodGraph.Compiler, MethodGraph.Empty, MethodGraph.Linked, MethodGraph.Node, MethodGraph.NodeList, MethodGraph.Simple| Modifier | Constructor and Description | 
|---|---|
| protected  | Graph(LinkedHashMap<MethodGraph.Compiler.Default.Key<MethodDescription.TypeToken>,MethodGraph.Node> entries)Creates a new graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| int | hashCode() | 
| 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. | 
| String | toString() | 
protected Graph(LinkedHashMap<MethodGraph.Compiler.Default.Key<MethodDescription.TypeToken>,MethodGraph.Node> entries)
entries - A mapping of a node's type tokens to the represented node.public MethodGraph.Node locate(MethodDescription.Token methodToken)
MethodGraphlocate in interface MethodGraphmethodToken - A method token that represents the method to be located.public MethodGraph.NodeList listNodes()
MethodGraphlistNodes in interface MethodGraphCopyright © 2014–2015. All rights reserved.