S - The type of the token that is created by the implementing harmonizer.public static interface MethodGraph.Compiler.Default.Harmonizer<S>
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod
A harmonizer for the Java programming language that identifies a method by its parameter types only. 
 | 
static class  | 
MethodGraph.Compiler.Default.Harmonizer.ForJVMMethod
A harmonizer for the Java virtual machine's method dispatching rules that identifies a method by its parameter types and return type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
S | 
harmonize(MethodDescription.TypeToken typeToken)
Harmonizes the given type token. 
 | 
S harmonize(MethodDescription.TypeToken typeToken)
typeToken - The type token to harmonize.Copyright © 2014–1970. All rights reserved.