public class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue extends org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue
  super_class: org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
{
  protected boolean malformed;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  final org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio this$0;
    descriptor: Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio);
    descriptor: (Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue this
         0: .line 185
            aload 0 /* this */
            aload 1
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.this$0:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            aload 0 /* this */
            invokespecial org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.<init>:()V
         1: .line 186
            aload 0 /* this */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.invalidate:()V
         2: .line 187
            return
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
    MethodParameters:
        Name  Flags
      this$0  final

  protected org.w3c.dom.DOMException createDOMException(short, java.lang.String, java.lang.Object[]);
    descriptor: (SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/DOMException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue this
        start local 1 // short type
        start local 2 // java.lang.String key
        start local 3 // java.lang.Object[] args
         0: .line 194
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.this$0:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.element:Lorg/apache/batik/anim/dom/AbstractElement;
            iload 1 /* type */
            aload 2 /* key */
            aload 3 /* args */
            invokevirtual org.apache.batik.anim.dom.AbstractElement.createDOMException:(SLjava/lang/String;[Ljava/lang/Object;)Lorg/w3c/dom/DOMException;
            areturn
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String key
        end local 1 // short type
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            0    1     1  type  S
            0    1     2   key  Ljava/lang/String;
            0    1     3  args  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      type  
      key   
      args  

  protected void setAttributeValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue this
        start local 1 // java.lang.String value
         0: .line 202
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.this$0:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            iconst_1
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.changing:Z
         1: .line 203
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.this$0:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.element:Lorg/apache/batik/anim/dom/AbstractElement;
         2: .line 204
            aconst_null
            ldc "preserveAspectRatio"
         3: .line 205
            aload 1 /* value */
         4: .line 203
            invokevirtual org.apache.batik.anim.dom.AbstractElement.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 206
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.malformed:Z
         6: .line 207
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 2
         8: .line 208
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.this$0:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            iconst_0
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.changing:Z
         9: .line 209
            aload 2
            athrow
        10: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.this$0:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            iconst_0
            putfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.changing:Z
        11: .line 210
            return
        end local 1 // java.lang.String value
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            0   12     1  value  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     7       7  any
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      value  

  protected void invalidate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue this
         0: .line 216
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.this$0:Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio;
            getfield org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.element:Lorg/apache/batik/anim/dom/AbstractElement;
         1: .line 217
            aconst_null
            ldc "preserveAspectRatio"
         2: .line 216
            invokevirtual org.apache.batik.anim.dom.AbstractElement.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         3: .line 218
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue.setValueAsString:(Ljava/lang/String;)V
         4: .line 219
            return
        end local 1 // java.lang.String s
        end local 0 // org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/anim/dom/SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue;
            3    5     1     s  Ljava/lang/String;
}
SourceFile: "SVGOMAnimatedPreserveAspectRatio.java"
NestHost: org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
InnerClasses:
  public BaseSVGPARValue = org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio$BaseSVGPARValue of org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio