protected static class MethodGraph.Compiler.Default.Key.Detached extends MethodGraph.Compiler.Default.Key<MethodDescription.TypeToken>
MethodGraph.Compiler.Default.Key.Detached, MethodGraph.Compiler.Default.Key.Harmonized<V>, MethodGraph.Compiler.Default.Key.Store<V>internalName| Modifier | Constructor and Description |
|---|---|
protected |
Detached(String internalName,
Set<MethodDescription.TypeToken> identifiers)
Creates a new detached key.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<MethodDescription.TypeToken> |
getIdentifiers()
Returns a set of all identifiers of this key.
|
protected static MethodGraph.Compiler.Default.Key.Detached |
of(MethodDescription.Token methodToken)
Creates a new detached key of the given method token.
|
String |
toString() |
equals, hashCodeprotected Detached(String internalName, Set<MethodDescription.TypeToken> identifiers)
internalName - The internal name of the method this key identifies.identifiers - The type tokens represented by this key.protected static MethodGraph.Compiler.Default.Key.Detached of(MethodDescription.Token methodToken)
methodToken - The method token to represent as a key.protected Set<MethodDescription.TypeToken> getIdentifiers()
MethodGraph.Compiler.Default.KeygetIdentifiers in class MethodGraph.Compiler.Default.Key<MethodDescription.TypeToken>Copyright © 2014–2015. All rights reserved.