public class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio extends org.apache.batik.anim.dom.AbstractSVGAnimatedValue implements org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
  super_class: org.apache.batik.anim.dom.AbstractSVGAnimatedValue
{
  protected org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue baseVal;
    descriptor: Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue animVal;
    descriptor: Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue;
    flags: (0x0004) ACC_PROTECTED

  protected boolean changing;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  public void <init>(org.apache.batik.anim.dom.AbstractElement);
    descriptor: (Lorg/apache/batik/anim/dom/AbstractElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
        start local 1 // org.apache.batik.anim.dom.AbstractElement elt
         0: .line 63
            aload 0 /* this */
            aload 1 /* elt */
            aconst_null
            ldc "preserveAspectRatio"
            invokespecial org.apache.batik.anim.dom.AbstractSVGAnimatedValue.<init>:(Lorg/apache/batik/anim/dom/AbstractElement;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 64
            return
        end local 1 // org.apache.batik.anim.dom.AbstractElement elt
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            0    2     1   elt  Lorg/apache/batik/anim/dom/AbstractElement;
    MethodParameters:
      Name  Flags
      elt   

  public org.w3c.dom.svg.SVGPreserveAspectRatio getBaseVal();
    descriptor: ()Lorg/w3c/dom/svg/SVGPreserveAspectRatio;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
         0: .line 70
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            ifnonnull 2
         1: .line 71
            aload 0 /* this */
            new org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue
            dup
            aload 0 /* this */
            invokespecial org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.<init>:(Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;)V
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            areturn
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;

  public org.w3c.dom.svg.SVGPreserveAspectRatio getAnimVal();
    descriptor: ()Lorg/w3c/dom/svg/SVGPreserveAspectRatio;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.animVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue;
            ifnonnull 2
         1: .line 81
            aload 0 /* this */
            new org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue
            dup
            aload 0 /* this */
            invokespecial org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue.<init>:(Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;)V
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.animVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue;
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.animVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue;
            areturn
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;

  public void check();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
         0: .line 91
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.hasAnimVal:Z
            ifne 9
         1: .line 92
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            ifnonnull 3
         2: .line 93
            aload 0 /* this */
            new org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue
            dup
            aload 0 /* this */
            invokespecial org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.<init>:(Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;)V
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
         3: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.malformed:Z
            ifeq 9
         4: .line 96
            new org.apache.batik.dom.svg.LiveAttributeException
            dup
         5: .line 97
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.element:Lorg/apache/batik/anim/dom/AbstractElement;
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.localName:Ljava/lang/String;
         6: .line 98
            iconst_1
         7: .line 99
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.getValueAsString:()Ljava/lang/String;
         8: .line 96
            invokespecial org.apache.batik.dom.svg.LiveAttributeException.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;SLjava/lang/String;)V
            athrow
         9: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;

  public org.apache.batik.anim.values.AnimatableValue getUnderlyingValue(org.apache.batik.anim.dom.AnimationTarget);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;)Lorg/apache/batik/anim/values/AnimatableValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 108
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.getBaseVal:()Lorg/w3c/dom/svg/SVGPreserveAspectRatio;
            astore 2 /* par */
        start local 2 // org.w3c.dom.svg.SVGPreserveAspectRatio par
         1: .line 109
            new org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
            dup
            aload 1 /* target */
            aload 2 /* par */
            invokeinterface org.w3c.dom.svg.SVGPreserveAspectRatio.getAlign:()S
         2: .line 110
            aload 2 /* par */
            invokeinterface org.w3c.dom.svg.SVGPreserveAspectRatio.getMeetOrSlice:()S
         3: .line 109
            invokespecial org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;SS)V
            areturn
        end local 2 // org.w3c.dom.svg.SVGPreserveAspectRatio par
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            0    4     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
            1    4     2     par  Lorg/w3c/dom/svg/SVGPreserveAspectRatio;
    MethodParameters:
        Name  Flags
      target  

  protected void updateAnimatedValue(org.apache.batik.anim.values.AnimatableValue);
    descriptor: (Lorg/apache/batik/anim/values/AnimatableValue;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
        start local 1 // org.apache.batik.anim.values.AnimatableValue val
         0: .line 117
            aload 1 /* val */
            ifnonnull 3
         1: .line 118
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.hasAnimVal:Z
         2: .line 119
            goto 11
         3: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.hasAnimVal:Z
         4: .line 121
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.animVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue;
            ifnonnull 6
         5: .line 122
            aload 0 /* this */
            new org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue
            dup
            aload 0 /* this */
            invokespecial org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue.<init>:(Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;)V
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.animVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue;
         6: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* val */
            checkcast org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
         7: .line 124
            astore 2 /* animPAR */
        start local 2 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue animPAR
         8: .line 126
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.animVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue;
            aload 2 /* animPAR */
            invokevirtual org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.getAlign:()S
         9: .line 127
            aload 2 /* animPAR */
            invokevirtual org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue.getMeetOrSlice:()S
        10: .line 126
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue.setAnimatedValue:(SS)V
        end local 2 // org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue animPAR
        11: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.fireAnimatedAttributeListeners:()V
        12: .line 130
            return
        end local 1 // org.apache.batik.anim.values.AnimatableValue val
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            0   13     1      val  Lorg/apache/batik/anim/values/AnimatableValue;
            8   11     2  animPAR  Lorg/apache/batik/anim/values/AnimatablePreserveAspectRatioValue;
    MethodParameters:
      Name  Flags
      val   

  public void attrAdded(org.w3c.dom.Attr, java.lang.String);
    descriptor: (Lorg/w3c/dom/Attr;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
        start local 1 // org.w3c.dom.Attr node
        start local 2 // java.lang.String newv
         0: .line 136
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.changing:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            ifnull 2
         1: .line 137
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.invalidate:()V
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.fireBaseAttributeListeners:()V
         3: .line 140
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.hasAnimVal:Z
            ifne 5
         4: .line 141
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.fireAnimatedAttributeListeners:()V
         5: .line 143
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String newv
        end local 1 // org.w3c.dom.Attr node
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            0    6     1  node  Lorg/w3c/dom/Attr;
            0    6     2  newv  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      node  
      newv  

  public void attrModified(org.w3c.dom.Attr, java.lang.String, java.lang.String);
    descriptor: (Lorg/w3c/dom/Attr;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
        start local 1 // org.w3c.dom.Attr node
        start local 2 // java.lang.String oldv
        start local 3 // java.lang.String newv
         0: .line 149
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.changing:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            ifnull 2
         1: .line 150
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.invalidate:()V
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.fireBaseAttributeListeners:()V
         3: .line 153
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.hasAnimVal:Z
            ifne 5
         4: .line 154
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.fireAnimatedAttributeListeners:()V
         5: .line 156
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String newv
        end local 2 // java.lang.String oldv
        end local 1 // org.w3c.dom.Attr node
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            0    6     1  node  Lorg/w3c/dom/Attr;
            0    6     2  oldv  Ljava/lang/String;
            0    6     3  newv  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      node  
      oldv  
      newv  

  public void attrRemoved(org.w3c.dom.Attr, java.lang.String);
    descriptor: (Lorg/w3c/dom/Attr;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
        start local 1 // org.w3c.dom.Attr node
        start local 2 // java.lang.String oldv
         0: .line 162
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.changing:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            ifnull 2
         1: .line 163
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.baseVal:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.invalidate:()V
         2: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.fireBaseAttributeListeners:()V
         3: .line 166
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.hasAnimVal:Z
            ifne 5
         4: .line 167
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.fireAnimatedAttributeListeners:()V
         5: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String oldv
        end local 1 // org.w3c.dom.Attr node
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            0    6     1  node  Lorg/w3c/dom/Attr;
            0    6     2  oldv  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      node  
      oldv  
}
SourceFile: "SVGOMAnimatedPreserveAspectRatio.java"
NestMembers:
  org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue  org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue
InnerClasses:
  public AnimSVGPARValue = org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$AnimSVGPARValue of org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
  public BaseSVGPARValue = org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue of org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio