public final class org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate extends org.apache.poi.hssf.record.aggregates.RecordAggregate
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate
  super_class: org.apache.poi.hssf.record.aggregates.RecordAggregate
{
  private final org.apache.poi.hssf.record.Record _begin;
    descriptor: Lorg/apache/poi/hssf/record/Record;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.poi.hssf.record.Record _end;
    descriptor: Lorg/apache/poi/hssf/record/Record;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.apache.poi.hssf.record.RecordBase> _recs;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/poi/hssf/record/RecordBase;>;

  private org.apache.poi.hssf.record.aggregates.PageSettingsBlock _psBlock;
    descriptor: Lorg/apache/poi/hssf/record/aggregates/PageSettingsBlock;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.poi.hssf.model.RecordStream);
    descriptor: (Lorg/apache/poi/hssf/model/RecordStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate this
        start local 1 // org.apache.poi.hssf.model.RecordStream rs
         0: .line 40
            aload 0 /* this */
            invokespecial org.apache.poi.hssf.record.aggregates.RecordAggregate.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* rs */
            invokevirtual org.apache.poi.hssf.model.RecordStream.getNext:()Lorg/apache/poi/hssf/record/Record;
            putfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._begin:Lorg/apache/poi/hssf/record/Record;
         2: .line 42
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._begin:Lorg/apache/poi/hssf/record/Record;
            invokevirtual org.apache.poi.hssf.record.Record.getSid:()S
            sipush 426
            if_icmpeq 4
         3: .line 43
            new java.lang.IllegalStateException
            dup
            ldc "Bad begin record"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 45
      StackMap locals: org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate org.apache.poi.hssf.model.RecordStream
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* temp */
        start local 2 // java.util.List temp
         5: .line 46
            goto 18
         6: .line 47
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* rs */
            invokevirtual org.apache.poi.hssf.model.RecordStream.peekNextSid:()I
            invokestatic org.apache.poi.hssf.record.aggregates.PageSettingsBlock.isComponentRecord:(I)Z
            ifeq 17
         7: .line 48
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._psBlock:Lorg/apache/poi/hssf/record/aggregates/PageSettingsBlock;
            ifnull 14
         8: .line 49
            aload 1 /* rs */
            invokevirtual org.apache.poi.hssf.model.RecordStream.peekNextSid:()I
            sipush 2204
            if_icmpne 11
         9: .line 51
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._psBlock:Lorg/apache/poi/hssf/record/aggregates/PageSettingsBlock;
            aload 1 /* rs */
            invokevirtual org.apache.poi.hssf.model.RecordStream.getNext:()Lorg/apache/poi/hssf/record/Record;
            checkcast org.apache.poi.hssf.record.HeaderFooterRecord
            invokevirtual org.apache.poi.hssf.record.aggregates.PageSettingsBlock.addLateHeaderFooter:(Lorg/apache/poi/hssf/record/HeaderFooterRecord;)V
        10: .line 52
            goto 18
        11: .line 54
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
        12: .line 55
            new java.lang.StringBuilder
            dup
            ldc "Found more than one PageSettingsBlock in chart sub-stream, had sid: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* rs */
            invokevirtual org.apache.poi.hssf.model.RecordStream.peekNextSid:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 54
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.apache.poi.hssf.record.aggregates.PageSettingsBlock
            dup
            aload 1 /* rs */
            invokespecial org.apache.poi.hssf.record.aggregates.PageSettingsBlock.<init>:(Lorg/apache/poi/hssf/model/RecordStream;)V
            putfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._psBlock:Lorg/apache/poi/hssf/record/aggregates/PageSettingsBlock;
        15: .line 58
            aload 2 /* temp */
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._psBlock:Lorg/apache/poi/hssf/record/aggregates/PageSettingsBlock;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        16: .line 59
            goto 18
        17: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* temp */
            aload 1 /* rs */
            invokevirtual org.apache.poi.hssf.model.RecordStream.getNext:()Lorg/apache/poi/hssf/record/Record;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        18: .line 46
      StackMap locals:
      StackMap stack:
            aload 1 /* rs */
            invokevirtual org.apache.poi.hssf.model.RecordStream.peekNextSid:()I
            sipush 427
            if_icmpne 6
        19: .line 63
            aload 0 /* this */
            aload 2 /* temp */
            putfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._recs:Ljava/util/List;
        20: .line 64
            aload 0 /* this */
            aload 1 /* rs */
            invokevirtual org.apache.poi.hssf.model.RecordStream.getNext:()Lorg/apache/poi/hssf/record/Record;
            putfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._end:Lorg/apache/poi/hssf/record/Record;
        21: .line 65
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._end:Lorg/apache/poi/hssf/record/Record;
            invokevirtual org.apache.poi.hssf.record.Record.getSid:()S
            sipush 427
            if_icmpeq 23
        22: .line 66
            new java.lang.IllegalStateException
            dup
            ldc "Bad custom view settings end record"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.List temp
        end local 1 // org.apache.poi.hssf.model.RecordStream rs
        end local 0 // org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lorg/apache/poi/hssf/record/aggregates/CustomViewSettingsRecordAggregate;
            0   24     1    rs  Lorg/apache/poi/hssf/model/RecordStream;
            5   24     2  temp  Ljava/util/List<Lorg/apache/poi/hssf/record/RecordBase;>;
    MethodParameters:
      Name  Flags
      rs    

  public void visitContainedRecords(org.apache.poi.hssf.record.aggregates.RecordAggregate$RecordVisitor);
    descriptor: (Lorg/apache/poi/hssf/record/aggregates/RecordAggregate$RecordVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate this
        start local 1 // org.apache.poi.hssf.record.aggregates.RecordAggregate$RecordVisitor rv
         0: .line 71
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._recs:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 72
            return
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* rv */
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._begin:Lorg/apache/poi/hssf/record/Record;
            invokeinterface org.apache.poi.hssf.record.aggregates.RecordAggregate$RecordVisitor.visitRecord:(Lorg/apache/poi/hssf/record/Record;)V
         3: .line 75
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 11
         5: .line 76
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._recs:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.poi.hssf.record.RecordBase
            astore 3 /* rb */
        start local 3 // org.apache.poi.hssf.record.RecordBase rb
         6: .line 77
            aload 3 /* rb */
            instanceof org.apache.poi.hssf.record.aggregates.RecordAggregate
            ifeq 9
         7: .line 78
            aload 3 /* rb */
            checkcast org.apache.poi.hssf.record.aggregates.RecordAggregate
            aload 1 /* rv */
            invokevirtual org.apache.poi.hssf.record.aggregates.RecordAggregate.visitContainedRecords:(Lorg/apache/poi/hssf/record/aggregates/RecordAggregate$RecordVisitor;)V
         8: .line 79
            goto 10
         9: .line 80
      StackMap locals: org.apache.poi.hssf.record.RecordBase
      StackMap stack:
            aload 1 /* rv */
            aload 3 /* rb */
            checkcast org.apache.poi.hssf.record.Record
            invokeinterface org.apache.poi.hssf.record.aggregates.RecordAggregate$RecordVisitor.visitRecord:(Lorg/apache/poi/hssf/record/Record;)V
        end local 3 // org.apache.poi.hssf.record.RecordBase rb
        10: .line 75
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._recs:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 5
        end local 2 // int i
        12: .line 83
            aload 1 /* rv */
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._end:Lorg/apache/poi/hssf/record/Record;
            invokeinterface org.apache.poi.hssf.record.aggregates.RecordAggregate$RecordVisitor.visitRecord:(Lorg/apache/poi/hssf/record/Record;)V
        13: .line 84
            return
        end local 1 // org.apache.poi.hssf.record.aggregates.RecordAggregate$RecordVisitor rv
        end local 0 // org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/poi/hssf/record/aggregates/CustomViewSettingsRecordAggregate;
            0   14     1    rv  Lorg/apache/poi/hssf/record/aggregates/RecordAggregate$RecordVisitor;
            4   12     2     i  I
            6   10     3    rb  Lorg/apache/poi/hssf/record/RecordBase;
    MethodParameters:
      Name  Flags
      rv    

  public static boolean isBeginRecord(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int sid
         0: .line 87
            iload 0 /* sid */
            sipush 426
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // int sid
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   sid  I
    MethodParameters:
      Name  Flags
      sid   

  public void append(org.apache.poi.hssf.record.RecordBase);
    descriptor: (Lorg/apache/poi/hssf/record/RecordBase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate this
        start local 1 // org.apache.poi.hssf.record.RecordBase r
         0: .line 91
            aload 0 /* this */
            getfield org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate._recs:Ljava/util/List;
            aload 1 /* r */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 92
            return
        end local 1 // org.apache.poi.hssf.record.RecordBase r
        end local 0 // org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/hssf/record/aggregates/CustomViewSettingsRecordAggregate;
            0    2     1     r  Lorg/apache/poi/hssf/record/RecordBase;
    MethodParameters:
      Name  Flags
      r     
}
SourceFile: "CustomViewSettingsRecordAggregate.java"
InnerClasses:
  public abstract RecordVisitor = org.apache.poi.hssf.record.aggregates.RecordAggregate$RecordVisitor of org.apache.poi.hssf.record.aggregates.RecordAggregate