public class org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue extends org.apache.batik.css.dom.CSSOMValue implements org.apache.batik.css.dom.CSSOMValue$ValueProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue
  super_class: org.apache.batik.css.dom.CSSOMValue
{
  protected int index;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

  public void <init>(org.apache.batik.css.dom.CSSOMComputedStyle, int);
    descriptor: (Lorg/apache/batik/css/dom/CSSOMComputedStyle;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue this
        start local 2 // int idx
         0: .line 200
            aload 0 /* this */
            aload 1
            putfield org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue.this$0:Lorg/apache/batik/css/dom/CSSOMComputedStyle;
         1: .line 201
            aload 0 /* this */
            aconst_null
            invokespecial org.apache.batik.css.dom.CSSOMValue.<init>:(Lorg/apache/batik/css/dom/CSSOMValue$ValueProvider;)V
         2: .line 202
            aload 0 /* this */
            aload 0 /* this */
            putfield org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue.valueProvider:Lorg/apache/batik/css/dom/CSSOMValue$ValueProvider;
         3: .line 203
            aload 0 /* this */
            iload 2 /* idx */
            putfield org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue.index:I
         4: .line 204
            return
        end local 2 // int idx
        end local 0 // org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/css/dom/CSSOMComputedStyle$ComputedCSSValue;
            0    5     2   idx  I
    MethodParameters:
        Name  Flags
      this$0  final
      idx     

  public org.apache.batik.css.engine.value.Value getValue();
    descriptor: ()Lorg/apache/batik/css/engine/value/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue this
         0: .line 210
            aload 0 /* this */
            getfield org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue.this$0:Lorg/apache/batik/css/dom/CSSOMComputedStyle;
            getfield org.apache.batik.css.dom.CSSOMComputedStyle.cssEngine:Lorg/apache/batik/css/engine/CSSEngine;
            aload 0 /* this */
            getfield org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue.this$0:Lorg/apache/batik/css/dom/CSSOMComputedStyle;
            getfield org.apache.batik.css.dom.CSSOMComputedStyle.element:Lorg/apache/batik/css/engine/CSSStylableElement;
            aload 0 /* this */
            getfield org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue.this$0:Lorg/apache/batik/css/dom/CSSOMComputedStyle;
            getfield org.apache.batik.css.dom.CSSOMComputedStyle.pseudoElement:Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue.index:I
            invokevirtual org.apache.batik.css.engine.CSSEngine.getComputedStyle:(Lorg/apache/batik/css/engine/CSSStylableElement;Ljava/lang/String;I)Lorg/apache/batik/css/engine/value/Value;
            areturn
        end local 0 // org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/css/dom/CSSOMComputedStyle$ComputedCSSValue;
}
SourceFile: "CSSOMComputedStyle.java"
NestHost: org.apache.batik.css.dom.CSSOMComputedStyle
InnerClasses:
  public ComputedCSSValue = org.apache.batik.css.dom.CSSOMComputedStyle$ComputedCSSValue of org.apache.batik.css.dom.CSSOMComputedStyle
  public abstract ValueProvider = org.apache.batik.css.dom.CSSOMValue$ValueProvider of org.apache.batik.css.dom.CSSOMValue