public class org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler extends org.apache.batik.css.engine.CSSEngine$DocumentAdapter implements org.apache.batik.css.engine.value.ShorthandManager$PropertyHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler
  super_class: org.apache.batik.css.engine.CSSEngine$DocumentAdapter
{
  public org.apache.batik.css.engine.StyleMap styleMap;
    descriptor: Lorg/apache/batik/css/engine/StyleMap;
    flags: (0x0001) ACC_PUBLIC

  public boolean[] updatedProperties;
    descriptor: [Z
    flags: (0x0001) ACC_PUBLIC

  final org.apache.batik.css.engine.CSSEngine this$0;
    descriptor: Lorg/apache/batik/css/engine/CSSEngine;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(org.apache.batik.css.engine.CSSEngine);
    descriptor: (Lorg/apache/batik/css/engine/CSSEngine;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler this
         0: .line 2138
            aload 0 /* this */
            aload 1
            putfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.this$0:Lorg/apache/batik/css/engine/CSSEngine;
            aload 0 /* this */
            invokespecial org.apache.batik.css.engine.CSSEngine$DocumentAdapter.<init>:()V
         1: .line 2142
            aload 0 /* this */
         2: .line 2143
            aload 1
            invokevirtual org.apache.batik.css.engine.CSSEngine.getNumberOfProperties:()I
            newarray 4
            putfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.updatedProperties:[Z
         3: .line 2138
            return
        end local 0 // org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/css/engine/CSSEngine$StyleDeclarationUpdateHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public void property(java.lang.String, org.w3c.css.sac.LexicalUnit, boolean);
    descriptor: (Ljava/lang/String;Lorg/w3c/css/sac/LexicalUnit;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler this
        start local 1 // java.lang.String name
        start local 2 // org.w3c.css.sac.LexicalUnit value
        start local 3 // boolean important
         0: .line 2151
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.this$0:Lorg/apache/batik/css/engine/CSSEngine;
            aload 1 /* name */
            invokevirtual org.apache.batik.css.engine.CSSEngine.getPropertyIndex:(Ljava/lang/String;)I
            istore 4 /* i */
        start local 4 // int i
         1: .line 2152
            iload 4 /* i */
            iconst_m1
            if_icmpne 11
         2: .line 2153
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.this$0:Lorg/apache/batik/css/engine/CSSEngine;
            aload 1 /* name */
            invokevirtual org.apache.batik.css.engine.CSSEngine.getShorthandIndex:(Ljava/lang/String;)I
            istore 4 /* i */
         3: .line 2154
            iload 4 /* i */
            iconst_m1
            if_icmpne 5
         4: .line 2156
            return
         5: .line 2158
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.this$0:Lorg/apache/batik/css/engine/CSSEngine;
            getfield org.apache.batik.css.engine.CSSEngine.shorthandManagers:[Lorg/apache/batik/css/engine/value/ShorthandManager;
            iload 4 /* i */
            aaload
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.this$0:Lorg/apache/batik/css/engine/CSSEngine;
         6: .line 2159
            aload 0 /* this */
         7: .line 2160
            aload 2 /* value */
         8: .line 2161
            iload 3 /* important */
         9: .line 2158
            invokeinterface org.apache.batik.css.engine.value.ShorthandManager.setValues:(Lorg/apache/batik/css/engine/CSSEngine;Lorg/apache/batik/css/engine/value/ShorthandManager$PropertyHandler;Lorg/w3c/css/sac/LexicalUnit;Z)V
        10: .line 2162
            goto 18
        11: .line 2163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.styleMap:Lorg/apache/batik/css/engine/StyleMap;
            iload 4 /* i */
            invokevirtual org.apache.batik.css.engine.StyleMap.isImportant:(I)Z
            ifeq 13
        12: .line 2166
            return
        13: .line 2169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.updatedProperties:[Z
            iload 4 /* i */
            iconst_1
            bastore
        14: .line 2171
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.this$0:Lorg/apache/batik/css/engine/CSSEngine;
            getfield org.apache.batik.css.engine.CSSEngine.valueManagers:[Lorg/apache/batik/css/engine/value/ValueManager;
            iload 4 /* i */
            aaload
            aload 2 /* value */
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.this$0:Lorg/apache/batik/css/engine/CSSEngine;
            invokeinterface org.apache.batik.css.engine.value.ValueManager.createValue:(Lorg/w3c/css/sac/LexicalUnit;Lorg/apache/batik/css/engine/CSSEngine;)Lorg/apache/batik/css/engine/value/Value;
            astore 5 /* v */
        start local 5 // org.apache.batik.css.engine.value.Value v
        15: .line 2172
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.styleMap:Lorg/apache/batik/css/engine/StyleMap;
            iload 4 /* i */
            iconst_0
            invokevirtual org.apache.batik.css.engine.StyleMap.putMask:(IS)V
        16: .line 2173
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.styleMap:Lorg/apache/batik/css/engine/StyleMap;
            iload 4 /* i */
            aload 5 /* v */
            invokevirtual org.apache.batik.css.engine.StyleMap.putValue:(ILorg/apache/batik/css/engine/value/Value;)V
        17: .line 2174
            aload 0 /* this */
            getfield org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler.styleMap:Lorg/apache/batik/css/engine/StyleMap;
            iload 4 /* i */
            sipush -32768
            invokevirtual org.apache.batik.css.engine.StyleMap.putOrigin:(IS)V
        end local 5 // org.apache.batik.css.engine.value.Value v
        18: .line 2176
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int i
        end local 3 // boolean important
        end local 2 // org.w3c.css.sac.LexicalUnit value
        end local 1 // java.lang.String name
        end local 0 // org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/apache/batik/css/engine/CSSEngine$StyleDeclarationUpdateHandler;
            0   19     1       name  Ljava/lang/String;
            0   19     2      value  Lorg/w3c/css/sac/LexicalUnit;
            0   19     3  important  Z
            1   19     4          i  I
           15   18     5          v  Lorg/apache/batik/css/engine/value/Value;
    Exceptions:
      throws org.w3c.css.sac.CSSException
    MethodParameters:
           Name  Flags
      name       
      value      
      important  
}
SourceFile: "CSSEngine.java"
NestHost: org.apache.batik.css.engine.CSSEngine
InnerClasses:
  protected DocumentAdapter = org.apache.batik.css.engine.CSSEngine$DocumentAdapter of org.apache.batik.css.engine.CSSEngine
  protected StyleDeclarationUpdateHandler = org.apache.batik.css.engine.CSSEngine$StyleDeclarationUpdateHandler of org.apache.batik.css.engine.CSSEngine
  public abstract PropertyHandler = org.apache.batik.css.engine.value.ShorthandManager$PropertyHandler of org.apache.batik.css.engine.value.ShorthandManager