public class org.omg.CORBA.Principal
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.omg.CORBA.Principal
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.omg.CORBA.Principal this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.omg.CORBA.Principal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/Principal;

  public void name(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.omg.CORBA.Principal this
        start local 1 // byte[] value
         0: .line 46
            new org.omg.CORBA.NO_IMPLEMENT
            dup
            invokespecial org.omg.CORBA.NO_IMPLEMENT.<init>:()V
            athrow
        end local 1 // byte[] value
        end local 0 // org.omg.CORBA.Principal this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/omg/CORBA/Principal;
            0    1     1  value  [B
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      value  

  public byte[] name();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.omg.CORBA.Principal this
         0: .line 56
            new org.omg.CORBA.NO_IMPLEMENT
            dup
            invokespecial org.omg.CORBA.NO_IMPLEMENT.<init>:()V
            athrow
        end local 0 // org.omg.CORBA.Principal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/Principal;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "Principal.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()