public class net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled implements net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled
super_class: java.lang.Object
{
private final net.bytebuddy.description.type.TypeDescription instrumentedType;
descriptor: Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final net.bytebuddy.implementation.LoadedTypeInitializer loadedTypeInitializer;
descriptor: Lnet/bytebuddy/implementation/LoadedTypeInitializer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final net.bytebuddy.dynamic.scaffold.TypeInitializer typeInitializer;
descriptor: Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final net.bytebuddy.description.method.MethodList<?> methods;
descriptor: Lnet/bytebuddy/description/method/MethodList;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lnet/bytebuddy/description/method/MethodList<*>;
private final java.util.LinkedHashMap<net.bytebuddy.description.method.MethodDescription, net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry> implementations;
descriptor: Ljava/util/LinkedHashMap;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/LinkedHashMap<Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;>;
private final boolean supportsBridges;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.LoadedTypeInitializer, net.bytebuddy.dynamic.scaffold.TypeInitializer, net.bytebuddy.description.method.MethodList<?>, java.util.LinkedHashMap<net.bytebuddy.description.method.MethodDescription, net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry>, );
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/LoadedTypeInitializer;Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;Lnet/bytebuddy/description/method/MethodList;Ljava/util/LinkedHashMap;Z)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
2: aload 0
aload 2
putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.loadedTypeInitializer:Lnet/bytebuddy/implementation/LoadedTypeInitializer;
3: aload 0
aload 3
putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.typeInitializer:Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
4: aload 0
aload 4
putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.methods:Lnet/bytebuddy/description/method/MethodList;
5: aload 0
aload 5
putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.implementations:Ljava/util/LinkedHashMap;
6: aload 0
iload 6
putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.supportsBridges:Z
7: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
0 8 1 instrumentedType Lnet/bytebuddy/description/type/TypeDescription;
0 8 2 loadedTypeInitializer Lnet/bytebuddy/implementation/LoadedTypeInitializer;
0 8 3 typeInitializer Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
0 8 4 methods Lnet/bytebuddy/description/method/MethodList<*>;
0 8 5 implementations Ljava/util/LinkedHashMap<Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;>;
0 8 6 supportsBridges Z
Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/LoadedTypeInitializer;Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;Lnet/bytebuddy/description/method/MethodList<*>;Ljava/util/LinkedHashMap<Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;>;Z)V
MethodParameters:
Name Flags
instrumentedType
loadedTypeInitializer
typeInitializer
methods
implementations
supportsBridges
public net.bytebuddy.description.type.TypeDescription getInstrumentedType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
public net.bytebuddy.implementation.LoadedTypeInitializer getLoadedTypeInitializer();
descriptor: ()Lnet/bytebuddy/implementation/LoadedTypeInitializer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.loadedTypeInitializer:Lnet/bytebuddy/implementation/LoadedTypeInitializer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
public net.bytebuddy.dynamic.scaffold.TypeInitializer getTypeInitializer();
descriptor: ()Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.typeInitializer:Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
public net.bytebuddy.description.method.MethodList<?> getMethods();
descriptor: ()Lnet/bytebuddy/description/method/MethodList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.methods:Lnet/bytebuddy/description/method/MethodList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
Signature: ()Lnet/bytebuddy/description/method/MethodList<*>;
public net.bytebuddy.description.method.MethodList<?> getInstrumentedMethods();
descriptor: ()Lnet/bytebuddy/description/method/MethodList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new net.bytebuddy.description.method.MethodList$Explicit
dup
new java.util.ArrayList
dup
aload 0
getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.implementations:Ljava/util/LinkedHashMap;
invokevirtual java.util.LinkedHashMap.keySet:()Ljava/util/Set;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
invokespecial net.bytebuddy.description.method.MethodList$Explicit.<init>:(Ljava/util/List;)V
invokestatic net.bytebuddy.matcher.ElementMatchers.isTypeInitializer:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
invokevirtual net.bytebuddy.description.method.MethodList$Explicit.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
checkcast net.bytebuddy.description.method.MethodList
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
Signature: ()Lnet/bytebuddy/description/method/MethodList<*>;
public net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record target(net.bytebuddy.description.method.MethodDescription);
descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.implementations:Ljava/util/LinkedHashMap;
aload 1
invokevirtual java.util.LinkedHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry
astore 2
start local 2 1: aload 2
ifnonnull 3
2: new net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForNonImplementedMethod
dup
aload 1
invokespecial net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForNonImplementedMethod.<init>:(Lnet/bytebuddy/description/method/MethodDescription;)V
goto 4
3: StackMap locals: net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry
StackMap stack:
aload 2
aload 0
getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
aload 0
getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.supportsBridges:Z
invokevirtual net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.bind:(Lnet/bytebuddy/description/type/TypeDescription;Z)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
4: StackMap locals:
StackMap stack: net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
0 5 1 methodDescription Lnet/bytebuddy/description/method/MethodDescription;
1 5 2 entry Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;
MethodParameters:
Name Flags
methodDescription
}
SourceFile: "MethodRegistry.java"
NestHost: net.bytebuddy.dynamic.scaffold.MethodRegistry
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public Explicit = net.bytebuddy.description.method.MethodList$Explicit of net.bytebuddy.description.method.MethodList
public abstract Compiled = net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled of net.bytebuddy.dynamic.scaffold.MethodRegistry
public Default = net.bytebuddy.dynamic.scaffold.MethodRegistry$Default of net.bytebuddy.dynamic.scaffold.MethodRegistry
protected Compiled = net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled of net.bytebuddy.dynamic.scaffold.MethodRegistry$Default
protected Entry = net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry of net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled
public abstract MethodPool = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool of net.bytebuddy.dynamic.scaffold.TypeWriter
public abstract Record = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool
public ForNonImplementedMethod = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForNonImplementedMethod of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()