public class net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod implements net.bytebuddy.implementation.bytecode.StackManipulation
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod
super_class: java.lang.Object
{
private static final net.bytebuddy.description.type.TypeDescription METHOD_TYPE;
descriptor: Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final net.bytebuddy.implementation.bytecode.StackManipulation methodConstant;
descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Ljava/lang/reflect/Method;
invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
putstatic net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.METHOD_TYPE:Lnet/bytebuddy/description/type/TypeDescription;
return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>(net.bytebuddy.implementation.bytecode.StackManipulation);
descriptor: (Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.methodConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CachedMethod;
0 3 1 methodConstant Lnet/bytebuddy/implementation/bytecode/StackManipulation;
MethodParameters:
Name Flags
methodConstant
public boolean isValid();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.methodConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CachedMethod;
public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
aload 0
getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.methodConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
getstatic net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.METHOD_TYPE:Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.implementation.Implementation$Context.cache:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
1: invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
2: aload 1
aload 2
invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CachedMethod;
0 4 1 methodVisitor Lorg/objectweb/asm/MethodVisitor;
0 4 2 implementationContext Lnet/bytebuddy/implementation/Implementation$Context;
MethodParameters:
Name Flags
methodVisitor
implementationContext
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.methodConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CachedMethod;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
ifnull 3
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 4
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod
astore 2
start local 2 5: aload 0
getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.methodConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aload 2
getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.methodConstant:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CachedMethod;
0 6 1 other Ljava/lang/Object;
5 6 2 cachedMethod Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CachedMethod;
MethodParameters:
Name Flags
other
}
SourceFile: "MethodConstant.java"
NestHost: net.bytebuddy.implementation.bytecode.constant.MethodConstant
InnerClasses:
public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
protected CachedMethod = net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod of net.bytebuddy.implementation.bytecode.constant.MethodConstant
public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess