public static interface MethodGraph.Node
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MethodGraph.Node.SimpleA simple implementation of a resolved node of a method without bridges. | 
| static class  | MethodGraph.Node.SortRepresents a  MethodGraph.Node's state. | 
| static class  | MethodGraph.Node.UnresolvedA canonical implementation of an unresolved node. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<MethodDescription.TypeToken> | getMethodTypes()Returns a set of type tokens that this method represents. | 
| MethodDescription | getRepresentative()Returns the method that is represented by this node. | 
| MethodGraph.Node.Sort | getSort()Returns the sort of this node. | 
MethodGraph.Node.Sort getSort()
MethodDescription getRepresentative()
Set<MethodDescription.TypeToken> getMethodTypes()
Copyright © 2014–2016. All rights reserved.