final class com.sun.jndi.ldap.LdapEntry
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.jndi.ldap.LdapEntry
super_class: java.lang.Object
{
java.lang.String DN;
descriptor: Ljava/lang/String;
flags: (0x0000)
javax.naming.directory.Attributes attributes;
descriptor: Ljavax/naming/directory/Attributes;
flags: (0x0000)
java.util.Vector<javax.naming.ldap.Control> respCtls;
descriptor: Ljava/util/Vector;
flags: (0x0000)
Signature: Ljava/util/Vector<Ljavax/naming/ldap/Control;>;
void <init>(java.lang.String, javax.naming.directory.Attributes);
descriptor: (Ljava/lang/String;Ljavax/naming/directory/Attributes;)V
flags: (0x0000)
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
aconst_null
putfield com.sun.jndi.ldap.LdapEntry.respCtls:Ljava/util/Vector;
2: aload 0
aload 1
putfield com.sun.jndi.ldap.LdapEntry.DN:Ljava/lang/String;
3: aload 0
aload 2
putfield com.sun.jndi.ldap.LdapEntry.attributes:Ljavax/naming/directory/Attributes;
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/jndi/ldap/LdapEntry;
0 5 1 DN Ljava/lang/String;
0 5 2 attrs Ljavax/naming/directory/Attributes;
MethodParameters:
Name Flags
DN
attrs
void <init>(java.lang.String, javax.naming.directory.Attributes, java.util.Vector<javax.naming.ldap.Control>);
descriptor: (Ljava/lang/String;Ljavax/naming/directory/Attributes;Ljava/util/Vector;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.jndi.ldap.LdapEntry.respCtls:Ljava/util/Vector;
2: aload 0
aload 1
putfield com.sun.jndi.ldap.LdapEntry.DN:Ljava/lang/String;
3: aload 0
aload 2
putfield com.sun.jndi.ldap.LdapEntry.attributes:Ljavax/naming/directory/Attributes;
4: aload 0
aload 3
putfield com.sun.jndi.ldap.LdapEntry.respCtls:Ljava/util/Vector;
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/jndi/ldap/LdapEntry;
0 6 1 DN Ljava/lang/String;
0 6 2 attrs Ljavax/naming/directory/Attributes;
0 6 3 respCtls Ljava/util/Vector<Ljavax/naming/ldap/Control;>;
Signature: (Ljava/lang/String;Ljavax/naming/directory/Attributes;Ljava/util/Vector<Ljavax/naming/ldap/Control;>;)V
MethodParameters:
Name Flags
DN
attrs
respCtls
}
SourceFile: "LdapEntry.java"