public abstract class com.sun.tools.internal.xjc.reader.xmlschema.BindingComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.internal.xjc.reader.xmlschema.BindingComponent
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.xmlschema.BindingComponent this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            invokestatic com.sun.tools.internal.xjc.reader.Ring.add:(Ljava/lang/Object;)V
         2: .line 38
            return
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.BindingComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/internal/xjc/reader/xmlschema/BindingComponent;

  protected final com.sun.tools.internal.xjc.reader.xmlschema.ErrorReporter getErrorReporter();
    descriptor: ()Lcom/sun/tools/internal/xjc/reader/xmlschema/ErrorReporter;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.xmlschema.BindingComponent this
         0: .line 47
            ldc Lcom/sun/tools/internal/xjc/reader/xmlschema/ErrorReporter;
            invokestatic com.sun.tools.internal.xjc.reader.Ring.get:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.sun.tools.internal.xjc.reader.xmlschema.ErrorReporter
            areturn
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.BindingComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/xmlschema/BindingComponent;

  protected final com.sun.tools.internal.xjc.reader.xmlschema.ClassSelector getClassSelector();
    descriptor: ()Lcom/sun/tools/internal/xjc/reader/xmlschema/ClassSelector;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.xmlschema.BindingComponent this
         0: .line 50
            ldc Lcom/sun/tools/internal/xjc/reader/xmlschema/ClassSelector;
            invokestatic com.sun.tools.internal.xjc.reader.Ring.get:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.sun.tools.internal.xjc.reader.xmlschema.ClassSelector
            areturn
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.BindingComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/xmlschema/BindingComponent;
}
SourceFile: "BindingComponent.java"