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
A token that identifies a Java method's type by its parameter types and return type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
The hash code of this token which is precomputed for to improve performance.private final MethodDescription.TypeToken
The represented type token. -
Constructor Summary
ConstructorsConstructorDescriptionToken
(MethodDescription.TypeToken typeToken) Creates a new type token for a JVM method. -
Method Summary
-
Field Details
-
typeToken
The represented type token. -
hashCode
private final int hashCodeThe hash code of this token which is precomputed for to improve performance.
-
-
Constructor Details
-
Token
Creates a new type token for a JVM method.- Parameters:
typeToken
- The represented type token.
-
-
Method Details