Package net.bytebuddy.dynamic.scaffold
Class MethodGraph.Compiler.Default.Harmonizer.ForJVMMethod.Token
- java.lang.Object
-
- net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Harmonizer.ForJVMMethod.Token
-
- Enclosing class:
- MethodGraph.Compiler.Default.Harmonizer.ForJVMMethod
protected static class MethodGraph.Compiler.Default.Harmonizer.ForJVMMethod.Token extends Object
A token that identifies a Java method's type by its parameter types and return type.
-
-
Constructor Summary
Constructors Constructor Description Token(MethodDescription.TypeToken typeToken)
Creates a new type token for a JVM method.
-
-
-
Constructor Detail
-
Token
public Token(MethodDescription.TypeToken typeToken)
Creates a new type token for a JVM method.- Parameters:
typeToken
- The represented type token.
-
-