protected static class MethodGraph.Compiler.Default.Key.Store.Entry.Resolved.Node extends Object implements MethodGraph.Node
MethodGraph.Node.Simple, MethodGraph.Node.Sort, MethodGraph.Node.Unresolved| Modifier | Constructor and Description |
|---|---|
protected |
Node(MethodGraph.Compiler.Default.Key.Detached key,
MethodDescription methodDescription,
boolean visible)
Creates a new node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
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.
|
int |
hashCode() |
String |
toString() |
protected Node(MethodGraph.Compiler.Default.Key.Detached key, MethodDescription methodDescription, boolean visible)
key - The detached key representing this node.methodDescription - The representative method of this node.visible - true if the represented method was made explicitly visible by a visibility bridge.public MethodGraph.Node.Sort getSort()
MethodGraph.NodegetSort in interface MethodGraph.Nodepublic MethodDescription getRepresentative()
MethodGraph.NodegetRepresentative in interface MethodGraph.Nodepublic Set<MethodDescription.TypeToken> getMethodTypes()
MethodGraph.NodegetMethodTypes in interface MethodGraph.NodeCopyright © 2014–2015. All rights reserved.