final class com.sun.tools.internal.xjc.reader.dtd.Occurence extends com.sun.tools.internal.xjc.reader.dtd.Term
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.internal.xjc.reader.dtd.Occurence
  super_class: com.sun.tools.internal.xjc.reader.dtd.Term
{
  final com.sun.tools.internal.xjc.reader.dtd.Term term;
    descriptor: Lcom/sun/tools/internal/xjc/reader/dtd/Term;
    flags: (0x0010) ACC_FINAL

  final boolean isOptional;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean isRepeated;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  void <init>(com.sun.tools.internal.xjc.reader.dtd.Term, boolean, boolean);
    descriptor: (Lcom/sun/tools/internal/xjc/reader/dtd/Term;ZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
        start local 1 // com.sun.tools.internal.xjc.reader.dtd.Term term
        start local 2 // boolean optional
        start local 3 // boolean repeated
         0: .line 41
            aload 0 /* this */
            invokespecial com.sun.tools.internal.xjc.reader.dtd.Term.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* term */
            putfield com.sun.tools.internal.xjc.reader.dtd.Occurence.term:Lcom/sun/tools/internal/xjc/reader/dtd/Term;
         2: .line 43
            aload 0 /* this */
            iload 2 /* optional */
            putfield com.sun.tools.internal.xjc.reader.dtd.Occurence.isOptional:Z
         3: .line 44
            aload 0 /* this */
            iload 3 /* repeated */
            putfield com.sun.tools.internal.xjc.reader.dtd.Occurence.isRepeated:Z
         4: .line 45
            return
        end local 3 // boolean repeated
        end local 2 // boolean optional
        end local 1 // com.sun.tools.internal.xjc.reader.dtd.Term term
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/sun/tools/internal/xjc/reader/dtd/Occurence;
            0    5     1      term  Lcom/sun/tools/internal/xjc/reader/dtd/Term;
            0    5     2  optional  Z
            0    5     3  repeated  Z
    MethodParameters:
          Name  Flags
      term      
      optional  
      repeated  

  static com.sun.tools.internal.xjc.reader.dtd.Term wrap(com.sun.tools.internal.xjc.reader.dtd.Term, int);
    descriptor: (Lcom/sun/tools/internal/xjc/reader/dtd/Term;I)Lcom/sun/tools/internal/xjc/reader/dtd/Term;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Term t
        start local 1 // int occurence
         0: .line 48
            iload 1 /* occurence */
            tableswitch { // 0 - 3
                    0: 3
                    1: 2
                    2: 4
                    3: 1
              default: 5
          }
         1: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* t */
            areturn
         2: .line 52
      StackMap locals:
      StackMap stack:
            new com.sun.tools.internal.xjc.reader.dtd.Occurence
            dup
            aload 0 /* t */
            iconst_0
            iconst_1
            invokespecial com.sun.tools.internal.xjc.reader.dtd.Occurence.<init>:(Lcom/sun/tools/internal/xjc/reader/dtd/Term;ZZ)V
            areturn
         3: .line 54
      StackMap locals:
      StackMap stack:
            new com.sun.tools.internal.xjc.reader.dtd.Occurence
            dup
            aload 0 /* t */
            iconst_1
            iconst_1
            invokespecial com.sun.tools.internal.xjc.reader.dtd.Occurence.<init>:(Lcom/sun/tools/internal/xjc/reader/dtd/Term;ZZ)V
            areturn
         4: .line 56
      StackMap locals:
      StackMap stack:
            new com.sun.tools.internal.xjc.reader.dtd.Occurence
            dup
            aload 0 /* t */
            iconst_1
            iconst_0
            invokespecial com.sun.tools.internal.xjc.reader.dtd.Occurence.<init>:(Lcom/sun/tools/internal/xjc/reader/dtd/Term;ZZ)V
            areturn
         5: .line 58
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 1 // int occurence
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Term t
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0          t  Lcom/sun/tools/internal/xjc/reader/dtd/Term;
            0    6     1  occurence  I
    MethodParameters:
           Name  Flags
      t          
      occurence  

  void normalize(java.util.List<com.sun.tools.internal.xjc.reader.dtd.Block>, );
    descriptor: (Ljava/util/List;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
        start local 1 // java.util.List r
        start local 2 // boolean optional
         0: .line 63
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.dtd.Occurence.isRepeated:Z
            ifeq 7
         1: .line 64
            new com.sun.tools.internal.xjc.reader.dtd.Block
            dup
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.dtd.Occurence.isOptional:Z
            ifne 2
            iload 2 /* optional */
            ifne 2
            iconst_0
            goto 3
      StackMap locals: com.sun.tools.internal.xjc.reader.dtd.Occurence java.util.List int
      StackMap stack: new 1 new 1
         2: iconst_1
      StackMap locals: com.sun.tools.internal.xjc.reader.dtd.Occurence java.util.List int
      StackMap stack: new 1 new 1 int
         3: iconst_1
            invokespecial com.sun.tools.internal.xjc.reader.dtd.Block.<init>:(ZZ)V
            astore 3 /* b */
        start local 3 // com.sun.tools.internal.xjc.reader.dtd.Block b
         4: .line 65
            aload 0 /* this */
            aload 3 /* b */
            invokevirtual com.sun.tools.internal.xjc.reader.dtd.Occurence.addAllElements:(Lcom/sun/tools/internal/xjc/reader/dtd/Block;)V
         5: .line 66
            aload 1 /* r */
            aload 3 /* b */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.sun.tools.internal.xjc.reader.dtd.Block b
         6: .line 67
            goto 10
         7: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.dtd.Occurence.term:Lcom/sun/tools/internal/xjc/reader/dtd/Term;
            aload 1 /* r */
            iload 2 /* optional */
            ifne 8
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.dtd.Occurence.isOptional:Z
            ifne 8
            iconst_0
            goto 9
      StackMap locals: com.sun.tools.internal.xjc.reader.dtd.Occurence java.util.List int
      StackMap stack: com.sun.tools.internal.xjc.reader.dtd.Term java.util.List
         8: iconst_1
      StackMap locals: com.sun.tools.internal.xjc.reader.dtd.Occurence java.util.List int
      StackMap stack: com.sun.tools.internal.xjc.reader.dtd.Term java.util.List int
         9: invokevirtual com.sun.tools.internal.xjc.reader.dtd.Term.normalize:(Ljava/util/List;Z)V
        10: .line 70
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean optional
        end local 1 // java.util.List r
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/sun/tools/internal/xjc/reader/dtd/Occurence;
            0   11     1         r  Ljava/util/List<Lcom/sun/tools/internal/xjc/reader/dtd/Block;>;
            0   11     2  optional  Z
            4    6     3         b  Lcom/sun/tools/internal/xjc/reader/dtd/Block;
    Signature: (Ljava/util/List<Lcom/sun/tools/internal/xjc/reader/dtd/Block;>;Z)V
    MethodParameters:
          Name  Flags
      r         
      optional  

  void addAllElements(com.sun.tools.internal.xjc.reader.dtd.Block);
    descriptor: (Lcom/sun/tools/internal/xjc/reader/dtd/Block;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
        start local 1 // com.sun.tools.internal.xjc.reader.dtd.Block b
         0: .line 73
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.dtd.Occurence.term:Lcom/sun/tools/internal/xjc/reader/dtd/Term;
            aload 1 /* b */
            invokevirtual com.sun.tools.internal.xjc.reader.dtd.Term.addAllElements:(Lcom/sun/tools/internal/xjc/reader/dtd/Block;)V
         1: .line 74
            return
        end local 1 // com.sun.tools.internal.xjc.reader.dtd.Block b
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/internal/xjc/reader/dtd/Occurence;
            0    2     1     b  Lcom/sun/tools/internal/xjc/reader/dtd/Block;
    MethodParameters:
      Name  Flags
      b     

  boolean isOptional();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.dtd.Occurence.isOptional:Z
            ifne 1
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.dtd.Occurence.term:Lcom/sun/tools/internal/xjc/reader/dtd/Term;
            invokevirtual com.sun.tools.internal.xjc.reader.dtd.Term.isOptional:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/internal/xjc/reader/dtd/Occurence;

  boolean isRepeated();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
         0: .line 81
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.dtd.Occurence.isRepeated:Z
            ifne 1
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.dtd.Occurence.term:Lcom/sun/tools/internal/xjc/reader/dtd/Term;
            invokevirtual com.sun.tools.internal.xjc.reader.dtd.Term.isRepeated:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Occurence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/internal/xjc/reader/dtd/Occurence;
}
SourceFile: "Occurence.java"