public class org.apache.commons.vfs2.impl.DefaultProviderConfiguration extends org.apache.commons.vfs2.impl.ProviderConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.vfs2.impl.DefaultProviderConfiguration
  super_class: org.apache.commons.vfs2.impl.ProviderConfiguration
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.impl.DefaultProviderConfiguration this
         0: .line 22
            aload 0 /* this */
            invokespecial org.apache.commons.vfs2.impl.ProviderConfiguration.<init>:()V
            return
        end local 0 // org.apache.commons.vfs2.impl.DefaultProviderConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/impl/DefaultProviderConfiguration;

  public boolean isDefault();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.impl.DefaultProviderConfiguration this
         0: .line 25
            iconst_1
            ireturn
        end local 0 // org.apache.commons.vfs2.impl.DefaultProviderConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/impl/DefaultProviderConfiguration;
}
SourceFile: "DefaultProviderConfiguration.java"