public class org.apache.poi.ddf.EscherOptRecord extends org.apache.poi.ddf.AbstractEscherOptRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.poi.ddf.EscherOptRecord
  super_class: org.apache.poi.ddf.AbstractEscherOptRecord
{
  public static final java.lang.String RECORD_DESCRIPTION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "msofbtOPT"

  public static final short RECORD_ID;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -4085

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherOptRecord this
         0: .line 27
            aload 0 /* this */
            invokespecial org.apache.poi.ddf.AbstractEscherOptRecord.<init>:()V
            return
        end local 0 // org.apache.poi.ddf.EscherOptRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/ddf/EscherOptRecord;

  public short getInstance();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherOptRecord this
         0: .line 35
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherOptRecord.getEscherProperties:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            i2s
            invokevirtual org.apache.poi.ddf.EscherOptRecord.setInstance:(S)V
         1: .line 36
            aload 0 /* this */
            invokespecial org.apache.poi.ddf.AbstractEscherOptRecord.getInstance:()S
            ireturn
        end local 0 // org.apache.poi.ddf.EscherOptRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/ddf/EscherOptRecord;

  public short getOptions();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherOptRecord this
         0: .line 47
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherOptRecord.getInstance:()S
            pop
         1: .line 48
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherOptRecord.getVersion:()S
            pop
         2: .line 49
            aload 0 /* this */
            invokespecial org.apache.poi.ddf.AbstractEscherOptRecord.getOptions:()S
            ireturn
        end local 0 // org.apache.poi.ddf.EscherOptRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/poi/ddf/EscherOptRecord;
    RuntimeVisibleAnnotations: 
      org.apache.poi.util.Internal()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.apache.poi.util.Internal()

  public java.lang.String getRecordName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherOptRecord this
         0: .line 55
            ldc "Opt"
            areturn
        end local 0 // org.apache.poi.ddf.EscherOptRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/ddf/EscherOptRecord;

  public short getVersion();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherOptRecord this
         0: .line 61
            aload 0 /* this */
            iconst_3
            invokevirtual org.apache.poi.ddf.EscherOptRecord.setVersion:(S)V
         1: .line 62
            aload 0 /* this */
            invokespecial org.apache.poi.ddf.AbstractEscherOptRecord.getVersion:()S
            ireturn
        end local 0 // org.apache.poi.ddf.EscherOptRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/ddf/EscherOptRecord;

  public void setVersion(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.poi.ddf.EscherOptRecord this
        start local 1 // short value
         0: .line 68
            iload 1 /* value */
            iconst_3
            if_icmpeq 2
         1: .line 69
            new java.lang.IllegalArgumentException
            dup
            ldc "msofbtOPT can have only '0x3' version"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            invokespecial org.apache.poi.ddf.AbstractEscherOptRecord.setVersion:(S)V
         3: .line 74
            return
        end local 1 // short value
        end local 0 // org.apache.poi.ddf.EscherOptRecord this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/poi/ddf/EscherOptRecord;
            0    4     1  value  S
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "EscherOptRecord.java"