final class org.apache.tomcat.util.bcel.classfile.Utility
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.tomcat.util.bcel.classfile.Utility
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.bcel.classfile.Utility this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            return
        end local 0 // org.apache.tomcat.util.bcel.classfile.Utility this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/tomcat/util/bcel/classfile/Utility;

  static java.lang.String compactClassName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String str
         0: .line 44
            aload 0 /* str */
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            areturn
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   final

  static java.lang.String getClassName(org.apache.tomcat.util.bcel.classfile.ConstantPool, int);
    descriptor: (Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;I)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.apache.tomcat.util.bcel.classfile.ConstantPool constantPool
        start local 1 // int index
         0: .line 48
            aload 0 /* constantPool */
            iload 1 /* index */
            bipush 7
            invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/tomcat/util/bcel/classfile/Constant;
            astore 2 /* c */
        start local 2 // org.apache.tomcat.util.bcel.classfile.Constant c
         1: .line 49
            aload 2 /* c */
            checkcast org.apache.tomcat.util.bcel.classfile.ConstantClass
            invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantClass.getNameIndex:()I
            istore 3 /* i */
        start local 3 // int i
         2: .line 52
            aload 0 /* constantPool */
            iload 3 /* i */
            iconst_1
            invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/tomcat/util/bcel/classfile/Constant;
            astore 2 /* c */
         3: .line 53
            aload 2 /* c */
            checkcast org.apache.tomcat.util.bcel.classfile.ConstantUtf8
            invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         4: .line 55
            aload 4 /* name */
            invokestatic org.apache.tomcat.util.bcel.classfile.Utility.compactClassName:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 4 // java.lang.String name
        end local 3 // int i
        end local 2 // org.apache.tomcat.util.bcel.classfile.Constant c
        end local 1 // int index
        end local 0 // org.apache.tomcat.util.bcel.classfile.ConstantPool constantPool
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0  constantPool  Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
            0    5     1         index  I
            1    5     2             c  Lorg/apache/tomcat/util/bcel/classfile/Constant;
            2    5     3             i  I
            4    5     4          name  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      constantPool  final
      index         final

  static void skipFully(java.io.DataInput, int);
    descriptor: (Ljava/io/DataInput;I)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.io.DataInput file
        start local 1 // int length
         0: .line 59
            aload 0 /* file */
            iload 1 /* length */
            invokeinterface java.io.DataInput.skipBytes:(I)I
            istore 2 /* total */
        start local 2 // int total
         1: .line 60
            iload 2 /* total */
            iload 1 /* length */
            if_icmpeq 3
         2: .line 61
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 63
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int total
        end local 1 // int length
        end local 0 // java.io.DataInput file
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    file  Ljava/io/DataInput;
            0    4     1  length  I
            1    4     2   total  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      file    final
      length  final

  static void swallowFieldOrMethod(java.io.DataInput);
    descriptor: (Ljava/io/DataInput;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.io.DataInput file
         0: .line 70
            aload 0 /* file */
            bipush 6
            invokestatic org.apache.tomcat.util.bcel.classfile.Utility.skipFully:(Ljava/io/DataInput;I)V
         1: .line 72
            aload 0 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            istore 1 /* attributes_count */
        start local 1 // int attributes_count
         2: .line 73
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 74
      StackMap locals: int int
      StackMap stack:
            aload 0 /* file */
            invokestatic org.apache.tomcat.util.bcel.classfile.Utility.swallowAttribute:(Ljava/io/DataInput;)V
         5: .line 73
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* attributes_count */
            if_icmplt 4
        end local 2 // int i
         7: .line 76
            return
        end local 1 // int attributes_count
        end local 0 // java.io.DataInput file
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              file  Ljava/io/DataInput;
            2    8     1  attributes_count  I
            3    7     2                 i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  static void swallowAttribute(java.io.DataInput);
    descriptor: (Ljava/io/DataInput;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.io.DataInput file
         0: .line 81
            aload 0 /* file */
            iconst_2
            invokestatic org.apache.tomcat.util.bcel.classfile.Utility.skipFully:(Ljava/io/DataInput;I)V
         1: .line 83
            aload 0 /* file */
            invokeinterface java.io.DataInput.readInt:()I
            istore 1 /* length */
        start local 1 // int length
         2: .line 84
            aload 0 /* file */
            iload 1 /* length */
            invokestatic org.apache.tomcat.util.bcel.classfile.Utility.skipFully:(Ljava/io/DataInput;I)V
         3: .line 85
            return
        end local 1 // int length
        end local 0 // java.io.DataInput file
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    file  Ljava/io/DataInput;
            2    4     1  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final
}
SourceFile: "Utility.java"