protected static class MethodGraph.Compiler.Default.Key.Store.Entry.Ambiguous.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) |
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)
key
- The detached key representing this node.methodDescription
- The representative method of this node.public MethodGraph.Node.Sort getSort()
MethodGraph.Node
getSort
in interface MethodGraph.Node
public MethodDescription getRepresentative()
MethodGraph.Node
getRepresentative
in interface MethodGraph.Node
public Set<MethodDescription.TypeToken> getMethodTypes()
MethodGraph.Node
getMethodTypes
in interface MethodGraph.Node
Copyright © 2014–2016. All rights reserved.