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