public interface MethodGraph
Modifier and Type | Interface and Description |
---|---|
static interface |
MethodGraph.Compiler
A compiler to produce a
MethodGraph from a given type. |
static class |
MethodGraph.Empty
A canonical implementation of an empty method graph.
|
static interface |
MethodGraph.Linked
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.
|
static interface |
MethodGraph.Node
Represents a node within a method graph.
|
static class |
MethodGraph.NodeList
A list of nodes.
|
static class |
MethodGraph.Simple
A 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.SignatureToken token)
Locates a node in this graph which represents the provided method token.
|
MethodGraph.Node locate(MethodDescription.SignatureToken token)
token
- A method token that represents the method to be located.MethodGraph.NodeList listNodes()
Copyright © 2014–2016. All rights reserved.