public static interface MethodGraph.Node
Modifier and Type | Interface and Description |
---|---|
static class |
MethodGraph.Node.Simple
A simple implementation of a resolved node of a method without bridges.
|
static class |
MethodGraph.Node.Sort
Represents a
MethodGraph.Node 's state. |
static class |
MethodGraph.Node.Unresolved
A 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.
|
Visibility |
getVisibility()
Returns the minimal method visibility of all methods that are represented by this node.
|
MethodGraph.Node.Sort getSort()
MethodDescription getRepresentative()
Set<MethodDescription.TypeToken> getMethodTypes()
Visibility getVisibility()
Copyright © 2014–2024. All rights reserved.