public static enum MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod extends Enum<MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod> implements MethodGraph.Compiler.Default.Harmonizer<MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod.Token>
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod.TokenA token that identifies a Java method's type by its parameter types only. | 
MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod, MethodGraph.Compiler.Default.Harmonizer.ForJVMMethod| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod.Token | harmonize(MethodDescription.TypeToken typeToken)Harmonizes the given type token. | 
| String | toString() | 
| static MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod INSTANCE
public static MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod[] values()
for (MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod c : MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod.values()) System.out.println(c);
public static MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod.Token harmonize(MethodDescription.TypeToken typeToken)
MethodGraph.Compiler.Default.Harmonizerharmonize in interface MethodGraph.Compiler.Default.Harmonizer<MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod.Token>typeToken - The type token to harmonize.public String toString()
toString in class Enum<MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod>Copyright © 2014–2016. All rights reserved.