public class net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall implements net.bytebuddy.implementation.Implementation
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall
super_class: java.lang.Object
{
private final net.bytebuddy.description.method.MethodDescription redirectedMethod;
descriptor: Lnet/bytebuddy/description/method/MethodDescription;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final net.bytebuddy.implementation.bytecode.assign.Assigner assigner;
descriptor: Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner);
descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall.redirectedMethod:Lnet/bytebuddy/description/method/MethodDescription;
2: aload 0
aload 2
putfield net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/implementation/bind/annotation/Pipe$Binder$Redirection$MethodCall;
0 4 1 redirectedMethod Lnet/bytebuddy/description/method/MethodDescription;
0 4 2 assigner Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
MethodParameters:
Name Flags
redirectedMethod
assigner
public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bind/annotation/Pipe$Binder$Redirection$MethodCall;
0 1 1 instrumentedType Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
MethodParameters:
Name Flags
instrumentedType
public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall.redirectedMethod:Lnet/bytebuddy/description/method/MethodDescription;
aload 1
invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.method.MethodDescription.isAccessibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
ifne 2
1: new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "Cannot invoke "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall.redirectedMethod:Lnet/bytebuddy/description/method/MethodDescription;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " from outside of class via @Pipe proxy"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
new net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall$Appender
dup
aload 0
aload 1
invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
invokespecial net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall$Appender.<init>:(Lnet/bytebuddy/implementation/bind/annotation/Pipe$Binder$Redirection$MethodCall;Lnet/bytebuddy/description/type/TypeDescription;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/implementation/bind/annotation/Pipe$Binder$Redirection$MethodCall;
0 3 1 implementationTarget Lnet/bytebuddy/implementation/Implementation$Target;
MethodParameters:
Name Flags
implementationTarget
}
SourceFile: "Pipe.java"
NestHost: net.bytebuddy.implementation.bind.annotation.Pipe
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
public Binder = net.bytebuddy.implementation.bind.annotation.Pipe$Binder of net.bytebuddy.implementation.bind.annotation.Pipe
protected Redirection = net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection of net.bytebuddy.implementation.bind.annotation.Pipe$Binder
protected MethodCall = net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall of net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection
private Appender = net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall$Appender of net.bytebuddy.implementation.bind.annotation.Pipe$Binder$Redirection$MethodCall
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()