final class com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder extends com.sun.tools.internal.xjc.reader.xmlschema.ParticleBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder
  super_class: com.sun.tools.internal.xjc.reader.xmlschema.ParticleBinder
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder this
         0: .line 54
            aload 0 /* this */
            invokespecial com.sun.tools.internal.xjc.reader.xmlschema.ParticleBinder.<init>:()V
            return
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder;

  public void build(com.sun.xml.internal.xsom.XSParticle, java.util.Collection<com.sun.xml.internal.xsom.XSParticle>);
    descriptor: (Lcom/sun/xml/internal/xsom/XSParticle;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=5, args_size=3
        start local 0 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder this
        start local 1 // com.sun.xml.internal.xsom.XSParticle p
        start local 2 // java.util.Collection forcedProps
         0: .line 58
            aload 0 /* this */
            aload 1 /* p */
            aload 2 /* forcedProps */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder.checkCollision:(Lcom/sun/xml/internal/xsom/XSParticle;Ljava/util/Collection;)Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker;
            astore 3 /* checker */
        start local 3 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker checker
         1: .line 60
            aload 3 /* checker */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker.hasNameCollision:()Z
            ifeq 15
         2: .line 61
            new com.sun.tools.internal.xjc.model.CReferencePropertyInfo
            dup
         3: .line 62
            aload 0 /* this */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder.getCurrentBean:()Lcom/sun/tools/internal/xjc/model/CClassInfo;
            invokevirtual com.sun.tools.internal.xjc.model.CClassInfo.getBaseClass:()Lcom/sun/tools/internal/xjc/model/CClassInfo;
            ifnonnull 4
            ldc "Content"
            goto 5
      StackMap locals: com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder com.sun.xml.internal.xsom.XSParticle java.util.Collection com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker
      StackMap stack: new 2 new 2
         4: ldc "Rest"
         5: .line 63
      StackMap locals: com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder com.sun.xml.internal.xsom.XSParticle java.util.Collection com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker
      StackMap stack: new 2 new 2 java.lang.String
            iconst_1
            iconst_0
            iconst_0
            aload 1 /* p */
         6: .line 64
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder.builder:Lcom/sun/tools/internal/xjc/reader/xmlschema/BGMBuilder;
            aload 1 /* p */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.BGMBuilder.getBindInfo:(Lcom/sun/xml/internal/xsom/XSComponent;)Lcom/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo;
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BindInfo.toCustomizationList:()Lcom/sun/tools/internal/xjc/model/CCustomizations;
         7: .line 65
            aload 1 /* p */
            invokeinterface com.sun.xml.internal.xsom.XSParticle.getLocator:()Lorg/xml/sax/Locator;
            iconst_0
            iconst_0
            iconst_0
         8: .line 61
            invokespecial com.sun.tools.internal.xjc.model.CReferencePropertyInfo.<init>:(Ljava/lang/String;ZZZLcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;ZZZ)V
            astore 4 /* prop */
        start local 4 // com.sun.tools.internal.xjc.model.CReferencePropertyInfo prop
         9: .line 66
            aload 1 /* p */
            iconst_0
            invokestatic com.sun.tools.internal.xjc.reader.xmlschema.RawTypeSetBuilder.build:(Lcom/sun/xml/internal/xsom/XSParticle;Z)Lcom/sun/tools/internal/xjc/reader/RawTypeSet;
            aload 4 /* prop */
            invokevirtual com.sun.tools.internal.xjc.reader.RawTypeSet.addTo:(Lcom/sun/tools/internal/xjc/model/CReferencePropertyInfo;)V
        10: .line 67
            aload 4 /* prop */
            ldc "DefaultParticleBinder.FallbackJavadoc"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        11: .line 68
            aload 3 /* checker */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker.getCollisionInfo:()Lcom/sun/tools/internal/xjc/reader/xmlschema/CollisionInfo;
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.CollisionInfo.toString:()Ljava/lang/String;
            aastore
        12: .line 67
            invokestatic com.sun.tools.internal.xjc.reader.xmlschema.Messages.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            putfield com.sun.tools.internal.xjc.model.CReferencePropertyInfo.javadoc:Ljava/lang/String;
        13: .line 70
            aload 0 /* this */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder.getCurrentBean:()Lcom/sun/tools/internal/xjc/model/CClassInfo;
            aload 4 /* prop */
            invokevirtual com.sun.tools.internal.xjc.model.CClassInfo.addProperty:(Lcom/sun/tools/internal/xjc/model/CPropertyInfo;)V
        end local 4 // com.sun.tools.internal.xjc.model.CReferencePropertyInfo prop
        14: .line 71
            goto 16
        15: .line 72
      StackMap locals:
      StackMap stack:
            new com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Builder
            dup
            aload 0 /* this */
            aload 3 /* checker */
            getfield com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker.markedParticles:Ljava/util/Map;
            invokespecial com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Builder.<init>:(Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder;Ljava/util/Map;)V
            aload 1 /* p */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Builder.particle:(Lcom/sun/xml/internal/xsom/XSParticle;)V
        16: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker checker
        end local 2 // java.util.Collection forcedProps
        end local 1 // com.sun.xml.internal.xsom.XSParticle p
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder;
            0   17     1            p  Lcom/sun/xml/internal/xsom/XSParticle;
            0   17     2  forcedProps  Ljava/util/Collection<Lcom/sun/xml/internal/xsom/XSParticle;>;
            1   17     3      checker  Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker;
            9   14     4         prop  Lcom/sun/tools/internal/xjc/model/CReferencePropertyInfo;
    Signature: (Lcom/sun/xml/internal/xsom/XSParticle;Ljava/util/Collection<Lcom/sun/xml/internal/xsom/XSParticle;>;)V
    MethodParameters:
             Name  Flags
      p            
      forcedProps  

  public boolean checkFallback(com.sun.xml.internal.xsom.XSParticle);
    descriptor: (Lcom/sun/xml/internal/xsom/XSParticle;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder this
        start local 1 // com.sun.xml.internal.xsom.XSParticle p
         0: .line 78
            aload 0 /* this */
            aload 1 /* p */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder.checkCollision:(Lcom/sun/xml/internal/xsom/XSParticle;Ljava/util/Collection;)Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker;
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker.hasNameCollision:()Z
            ireturn
        end local 1 // com.sun.xml.internal.xsom.XSParticle p
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder;
            0    1     1     p  Lcom/sun/xml/internal/xsom/XSParticle;
    MethodParameters:
      Name  Flags
      p     

  private com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker checkCollision(com.sun.xml.internal.xsom.XSParticle, java.util.Collection<com.sun.xml.internal.xsom.XSParticle>);
    descriptor: (Lcom/sun/xml/internal/xsom/XSParticle;Ljava/util/Collection;)Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder this
        start local 1 // com.sun.xml.internal.xsom.XSParticle p
        start local 2 // java.util.Collection forcedProps
         0: .line 83
            new com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker
            dup
            aload 0 /* this */
            aload 2 /* forcedProps */
            invokespecial com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker.<init>:(Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder;Ljava/util/Collection;)V
            astore 3 /* checker */
        start local 3 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker checker
         1: .line 85
            aload 0 /* this */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder.getCurrentBean:()Lcom/sun/tools/internal/xjc/model/CClassInfo;
            invokevirtual com.sun.tools.internal.xjc.model.CClassInfo.getBaseClass:()Lcom/sun/tools/internal/xjc/model/CClassInfo;
            astore 4 /* superClass */
        start local 4 // com.sun.tools.internal.xjc.model.CClassInfo superClass
         2: .line 87
            aload 4 /* superClass */
            ifnull 4
         3: .line 88
            aload 3 /* checker */
            aload 4 /* superClass */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker.readSuperClass:(Lcom/sun/tools/internal/xjc/model/CClassInfo;)V
         4: .line 89
      StackMap locals: com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker com.sun.tools.internal.xjc.model.CClassInfo
      StackMap stack:
            aload 3 /* checker */
            aload 1 /* p */
            invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker.particle:(Lcom/sun/xml/internal/xsom/XSParticle;)V
         5: .line 91
            aload 3 /* checker */
            areturn
        end local 4 // com.sun.tools.internal.xjc.model.CClassInfo superClass
        end local 3 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker checker
        end local 2 // java.util.Collection forcedProps
        end local 1 // com.sun.xml.internal.xsom.XSParticle p
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder;
            0    6     1            p  Lcom/sun/xml/internal/xsom/XSParticle;
            0    6     2  forcedProps  Ljava/util/Collection<Lcom/sun/xml/internal/xsom/XSParticle;>;
            1    6     3      checker  Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker;
            2    6     4   superClass  Lcom/sun/tools/internal/xjc/model/CClassInfo;
    Signature: (Lcom/sun/xml/internal/xsom/XSParticle;Ljava/util/Collection<Lcom/sun/xml/internal/xsom/XSParticle;>;)Lcom/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker;
    MethodParameters:
             Name  Flags
      p            
      forcedProps  
}
SourceFile: "DefaultParticleBinder.java"
NestMembers:
  com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Builder  com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker  com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker$NameCollisionChecker
InnerClasses:
  private final Builder = com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Builder of com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder
  private final Checker = com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder$Checker of com.sun.tools.internal.xjc.reader.xmlschema.DefaultParticleBinder