@HashCodeAndEqualsPlugin.Enhance 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,
    Visibility visibility)  | 
| 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. 
 | 
protected Node(MethodGraph.Compiler.Default.Key.Detached key, MethodDescription methodDescription, Visibility visibility)
key - The detached key representing this node.methodDescription - The representative method of this node.visibility - The node's minimal visibility.public MethodGraph.Node.Sort getSort()
getSort in interface MethodGraph.Nodepublic MethodDescription getRepresentative()
getRepresentative in interface MethodGraph.Nodepublic Set<MethodDescription.TypeToken> getMethodTypes()
getMethodTypes in interface MethodGraph.Nodepublic Visibility getVisibility()
getVisibility in interface MethodGraph.NodeCopyright © 2014–2025. All rights reserved.