class jdk.dynalink.beans.BeanLinker$GuardedInvocationComponentAndCollectionType
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.dynalink.beans.BeanLinker$GuardedInvocationComponentAndCollectionType
super_class: java.lang.Object
{
final jdk.dynalink.beans.GuardedInvocationComponent gic;
descriptor: Ljdk/dynalink/beans/GuardedInvocationComponent;
flags: (0x0010) ACC_FINAL
final jdk.dynalink.beans.BeanLinker$CollectionType collectionType;
descriptor: Ljdk/dynalink/beans/BeanLinker$CollectionType;
flags: (0x0010) ACC_FINAL
void <init>(jdk.dynalink.beans.GuardedInvocationComponent, jdk.dynalink.beans.BeanLinker$CollectionType);
descriptor: (Ljdk/dynalink/beans/GuardedInvocationComponent;Ljdk/dynalink/beans/BeanLinker$CollectionType;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // jdk.dynalink.beans.BeanLinker$GuardedInvocationComponentAndCollectionType this
start local 1 // jdk.dynalink.beans.GuardedInvocationComponent gic
start local 2 // jdk.dynalink.beans.BeanLinker$CollectionType collectionType
0: .line 216
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 217
aload 0 /* this */
aload 1 /* gic */
putfield jdk.dynalink.beans.BeanLinker$GuardedInvocationComponentAndCollectionType.gic:Ljdk/dynalink/beans/GuardedInvocationComponent;
2: .line 218
aload 0 /* this */
aload 2 /* collectionType */
putfield jdk.dynalink.beans.BeanLinker$GuardedInvocationComponentAndCollectionType.collectionType:Ljdk/dynalink/beans/BeanLinker$CollectionType;
3: .line 219
return
end local 2 // jdk.dynalink.beans.BeanLinker$CollectionType collectionType
end local 1 // jdk.dynalink.beans.GuardedInvocationComponent gic
end local 0 // jdk.dynalink.beans.BeanLinker$GuardedInvocationComponentAndCollectionType this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/dynalink/beans/BeanLinker$GuardedInvocationComponentAndCollectionType;
0 4 1 gic Ljdk/dynalink/beans/GuardedInvocationComponent;
0 4 2 collectionType Ljdk/dynalink/beans/BeanLinker$CollectionType;
MethodParameters:
Name Flags
gic final
collectionType final
}
SourceFile: "BeanLinker.java"
NestHost: jdk.dynalink.beans.BeanLinker
InnerClasses:
private final CollectionType = jdk.dynalink.beans.BeanLinker$CollectionType of jdk.dynalink.beans.BeanLinker
private GuardedInvocationComponentAndCollectionType = jdk.dynalink.beans.BeanLinker$GuardedInvocationComponentAndCollectionType of jdk.dynalink.beans.BeanLinker