public class javafx.scene.effect.Reflection extends javafx.scene.effect.Effect
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.effect.Reflection
  super_class: javafx.scene.effect.Effect
{
  private javafx.beans.property.ObjectProperty<javafx.scene.effect.Effect> input;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/effect/Effect;>;

  private javafx.beans.property.DoubleProperty topOffset;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty topOpacity;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty bottomOpacity;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty fraction;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 73
            aload 0 /* this */
            invokespecial javafx.scene.effect.Effect.<init>:()V
            return
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Reflection;

  public void <init>(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // javafx.scene.effect.Reflection this
        start local 1 // double topOffset
        start local 3 // double fraction
        start local 5 // double topOpacity
        start local 7 // double bottomOpacity
         0: .line 84
            aload 0 /* this */
            invokespecial javafx.scene.effect.Effect.<init>:()V
         1: .line 86
            aload 0 /* this */
            dload 7 /* bottomOpacity */
            invokevirtual javafx.scene.effect.Reflection.setBottomOpacity:(D)V
         2: .line 87
            aload 0 /* this */
            dload 1 /* topOffset */
            invokevirtual javafx.scene.effect.Reflection.setTopOffset:(D)V
         3: .line 88
            aload 0 /* this */
            dload 5 /* topOpacity */
            invokevirtual javafx.scene.effect.Reflection.setTopOpacity:(D)V
         4: .line 89
            aload 0 /* this */
            dload 3 /* fraction */
            invokevirtual javafx.scene.effect.Reflection.setFraction:(D)V
         5: .line 90
            return
        end local 7 // double bottomOpacity
        end local 5 // double topOpacity
        end local 3 // double fraction
        end local 1 // double topOffset
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljavafx/scene/effect/Reflection;
            0    6     1      topOffset  D
            0    6     3       fraction  D
            0    6     5     topOpacity  D
            0    6     7  bottomOpacity  D
    MethodParameters:
               Name  Flags
      topOffset      
      fraction       
      topOpacity     
      bottomOpacity  

  com.sun.scenario.effect.Reflection createPeer();
    descriptor: ()Lcom/sun/scenario/effect/Reflection;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 94
            new com.sun.scenario.effect.Reflection
            dup
            invokespecial com.sun.scenario.effect.Reflection.<init>:()V
            areturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Reflection;

  public final void setInput(javafx.scene.effect.Effect);
    descriptor: (Ljavafx/scene/effect/Effect;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.effect.Reflection this
        start local 1 // javafx.scene.effect.Effect value
         0: .line 107
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.inputProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 108
            return
        end local 1 // javafx.scene.effect.Effect value
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Reflection;
            0    2     1  value  Ljavafx/scene/effect/Effect;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.scene.effect.Effect getInput();
    descriptor: ()Ljavafx/scene/effect/Effect;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 111
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.input:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Reflection.input:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.scene.effect.Effect
      StackMap locals:
      StackMap stack: javafx.scene.effect.Effect
         2: areturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;

  public final javafx.beans.property.ObjectProperty<javafx.scene.effect.Effect> inputProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 115
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.input:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 116
            aload 0 /* this */
            new javafx.scene.effect.Effect$EffectInputProperty
            dup
            aload 0 /* this */
            ldc "input"
            invokespecial javafx.scene.effect.Effect$EffectInputProperty.<init>:(Ljavafx/scene/effect/Effect;Ljava/lang/String;)V
            putfield javafx.scene.effect.Reflection.input:Ljavafx/beans/property/ObjectProperty;
         2: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.input:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/effect/Effect;>;

  boolean checkChainContains(javafx.scene.effect.Effect);
    descriptor: (Ljavafx/scene/effect/Effect;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.scene.effect.Reflection this
        start local 1 // javafx.scene.effect.Effect e
         0: .line 123
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getInput:()Ljavafx/scene/effect/Effect;
            astore 2 /* localInput */
        start local 2 // javafx.scene.effect.Effect localInput
         1: .line 124
            aload 2 /* localInput */
            ifnonnull 3
         2: .line 125
            iconst_0
            ireturn
         3: .line 126
      StackMap locals: javafx.scene.effect.Effect
      StackMap stack:
            aload 2 /* localInput */
            aload 1 /* e */
            if_acmpne 5
         4: .line 127
            iconst_1
            ireturn
         5: .line 128
      StackMap locals:
      StackMap stack:
            aload 2 /* localInput */
            aload 1 /* e */
            invokevirtual javafx.scene.effect.Effect.checkChainContains:(Ljavafx/scene/effect/Effect;)Z
            ireturn
        end local 2 // javafx.scene.effect.Effect localInput
        end local 1 // javafx.scene.effect.Effect e
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Ljavafx/scene/effect/Reflection;
            0    6     1           e  Ljavafx/scene/effect/Effect;
            1    6     2  localInput  Ljavafx/scene/effect/Effect;
    MethodParameters:
      Name  Flags
      e     

  public final void setTopOffset(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.Reflection this
        start local 1 // double value
         0: .line 146
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.topOffsetProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 147
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Reflection;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getTopOffset();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 150
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.topOffset:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Reflection.topOffset:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;

  public final javafx.beans.property.DoubleProperty topOffsetProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 154
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.topOffset:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 155
            aload 0 /* this */
            new javafx.scene.effect.Reflection$1
            dup
            aload 0 /* this */
            invokespecial javafx.scene.effect.Reflection$1.<init>:(Ljavafx/scene/effect/Reflection;)V
            putfield javafx.scene.effect.Reflection.topOffset:Ljavafx/beans/property/DoubleProperty;
         2: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.topOffset:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;

  public final void setTopOpacity(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.Reflection this
        start local 1 // double value
         0: .line 192
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.topOpacityProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 193
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Reflection;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getTopOpacity();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 196
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.topOpacity:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 0.5
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Reflection.topOpacity:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;

  public final javafx.beans.property.DoubleProperty topOpacityProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 200
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.topOpacity:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 201
            aload 0 /* this */
            new javafx.scene.effect.Reflection$2
            dup
            aload 0 /* this */
            ldc 0.5
            invokespecial javafx.scene.effect.Reflection$2.<init>:(Ljavafx/scene/effect/Reflection;D)V
            putfield javafx.scene.effect.Reflection.topOpacity:Ljavafx/beans/property/DoubleProperty;
         2: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.topOpacity:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;

  public final void setBottomOpacity(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.Reflection this
        start local 1 // double value
         0: .line 237
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.bottomOpacityProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 238
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Reflection;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getBottomOpacity();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 241
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.bottomOpacity:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Reflection.bottomOpacity:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;

  public final javafx.beans.property.DoubleProperty bottomOpacityProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 245
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.bottomOpacity:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 246
            aload 0 /* this */
            new javafx.scene.effect.Reflection$3
            dup
            aload 0 /* this */
            invokespecial javafx.scene.effect.Reflection$3.<init>:(Ljavafx/scene/effect/Reflection;)V
            putfield javafx.scene.effect.Reflection.bottomOpacity:Ljavafx/beans/property/DoubleProperty;
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.bottomOpacity:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;

  public final void setFraction(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.Reflection this
        start local 1 // double value
         0: .line 283
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.fractionProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 284
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Reflection;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getFraction();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 287
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.fraction:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 0.75
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Reflection.fraction:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;

  public final javafx.beans.property.DoubleProperty fractionProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 291
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.fraction:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 292
            aload 0 /* this */
            new javafx.scene.effect.Reflection$4
            dup
            aload 0 /* this */
            ldc 0.75
            invokespecial javafx.scene.effect.Reflection$4.<init>:(Ljavafx/scene/effect/Reflection;D)V
            putfield javafx.scene.effect.Reflection.fraction:Ljavafx/beans/property/DoubleProperty;
         2: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Reflection.fraction:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Reflection;

  private float getClampedFraction();
    descriptor: ()F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 315
            dconst_0
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getFraction:()D
            dconst_1
            invokestatic com.sun.javafx.util.Utils.clamp:(DDD)D
            d2f
            freturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Reflection;

  private float getClampedBottomOpacity();
    descriptor: ()F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 319
            dconst_0
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getBottomOpacity:()D
            dconst_1
            invokestatic com.sun.javafx.util.Utils.clamp:(DDD)D
            d2f
            freturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Reflection;

  private float getClampedTopOpacity();
    descriptor: ()F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 323
            dconst_0
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getTopOpacity:()D
            dconst_1
            invokestatic com.sun.javafx.util.Utils.clamp:(DDD)D
            d2f
            freturn
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Reflection;

  void update();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 328
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getInput:()Ljavafx/scene/effect/Effect;
            astore 1 /* localInput */
        start local 1 // javafx.scene.effect.Effect localInput
         1: .line 329
            aload 1 /* localInput */
            ifnull 3
         2: .line 330
            aload 1 /* localInput */
            invokevirtual javafx.scene.effect.Effect.sync:()V
         3: .line 334
      StackMap locals: javafx.scene.effect.Effect
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getPeer:()Lcom/sun/scenario/effect/Effect;
            checkcast com.sun.scenario.effect.Reflection
         4: .line 333
            astore 2 /* peer */
        start local 2 // com.sun.scenario.effect.Reflection peer
         5: .line 335
            aload 2 /* peer */
            aload 1 /* localInput */
            ifnonnull 6
            aconst_null
            goto 7
      StackMap locals: javafx.scene.effect.Reflection javafx.scene.effect.Effect com.sun.scenario.effect.Reflection
      StackMap stack: com.sun.scenario.effect.Reflection
         6: aload 1 /* localInput */
            invokevirtual javafx.scene.effect.Effect.getPeer:()Lcom/sun/scenario/effect/Effect;
      StackMap locals: javafx.scene.effect.Reflection javafx.scene.effect.Effect com.sun.scenario.effect.Reflection
      StackMap stack: com.sun.scenario.effect.Reflection com.sun.scenario.effect.Effect
         7: invokevirtual com.sun.scenario.effect.Reflection.setInput:(Lcom/sun/scenario/effect/Effect;)V
         8: .line 336
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getClampedFraction:()F
            invokevirtual com.sun.scenario.effect.Reflection.setFraction:(F)V
         9: .line 337
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getTopOffset:()D
            d2f
            invokevirtual com.sun.scenario.effect.Reflection.setTopOffset:(F)V
        10: .line 338
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getClampedBottomOpacity:()F
            invokevirtual com.sun.scenario.effect.Reflection.setBottomOpacity:(F)V
        11: .line 339
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getClampedTopOpacity:()F
            invokevirtual com.sun.scenario.effect.Reflection.setTopOpacity:(F)V
        12: .line 340
            return
        end local 2 // com.sun.scenario.effect.Reflection peer
        end local 1 // javafx.scene.effect.Effect localInput
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Ljavafx/scene/effect/Reflection;
            1   13     1  localInput  Ljavafx/scene/effect/Effect;
            5   13     2        peer  Lcom/sun/scenario/effect/Reflection;

  com.sun.javafx.geom.BaseBounds getBounds(com.sun.javafx.geom.BaseBounds, com.sun.javafx.geom.transform.BaseTransform, javafx.scene.Node, com.sun.javafx.scene.BoundsAccessor);
    descriptor: (Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;Ljavafx/scene/Node;Lcom/sun/javafx/scene/BoundsAccessor;)Lcom/sun/javafx/geom/BaseBounds;
    flags: (0x0000) 
    Code:
      stack=6, locals=12, args_size=5
        start local 0 // javafx.scene.effect.Reflection this
        start local 1 // com.sun.javafx.geom.BaseBounds bounds
        start local 2 // com.sun.javafx.geom.transform.BaseTransform tx
        start local 3 // javafx.scene.Node node
        start local 4 // com.sun.javafx.scene.BoundsAccessor boundsAccessor
         0: .line 347
            aload 1 /* bounds */
         1: .line 348
            getstatic com.sun.javafx.geom.transform.BaseTransform.IDENTITY_TRANSFORM:Lcom/sun/javafx/geom/transform/BaseTransform;
         2: .line 349
            aload 3 /* node */
            aload 4 /* boundsAccessor */
         3: .line 350
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getInput:()Ljavafx/scene/effect/Effect;
         4: .line 347
            invokestatic javafx.scene.effect.Reflection.getInputBounds:(Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;Ljavafx/scene/Node;Lcom/sun/javafx/scene/BoundsAccessor;Ljavafx/scene/effect/Effect;)Lcom/sun/javafx/geom/BaseBounds;
            astore 1 /* bounds */
         5: .line 351
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.roundOut:()V
         6: .line 353
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinX:()F
            fstore 5 /* x1 */
        start local 5 // float x1
         7: .line 354
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMaxY:()F
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getTopOffset:()D
            d2f
            fadd
            fstore 6 /* y1 */
        start local 6 // float y1
         8: .line 355
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinZ:()F
            fstore 7 /* z1 */
        start local 7 // float z1
         9: .line 356
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMaxX:()F
            fstore 8 /* x2 */
        start local 8 // float x2
        10: .line 357
            fload 6 /* y1 */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getClampedFraction:()F
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getHeight:()F
            fmul
            fadd
            fstore 9 /* y2 */
        start local 9 // float y2
        11: .line 358
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMaxZ:()F
            fstore 10 /* z2 */
        start local 10 // float z2
        12: .line 360
            fload 5 /* x1 */
            fload 6 /* y1 */
            fload 7 /* z1 */
            fload 8 /* x2 */
            fload 9 /* y2 */
            fload 10 /* z2 */
            invokestatic com.sun.javafx.geom.BaseBounds.getInstance:(FFFFFF)Lcom/sun/javafx/geom/BaseBounds;
            astore 11 /* ret */
        start local 11 // com.sun.javafx.geom.BaseBounds ret
        13: .line 361
            aload 11 /* ret */
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.deriveWithUnion:(Lcom/sun/javafx/geom/BaseBounds;)Lcom/sun/javafx/geom/BaseBounds;
            astore 11 /* ret */
        14: .line 363
            aload 2 /* tx */
            aload 11 /* ret */
            invokestatic javafx.scene.effect.Reflection.transformBounds:(Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/BaseBounds;)Lcom/sun/javafx/geom/BaseBounds;
            areturn
        end local 11 // com.sun.javafx.geom.BaseBounds ret
        end local 10 // float z2
        end local 9 // float y2
        end local 8 // float x2
        end local 7 // float z1
        end local 6 // float y1
        end local 5 // float x1
        end local 4 // com.sun.javafx.scene.BoundsAccessor boundsAccessor
        end local 3 // javafx.scene.Node node
        end local 2 // com.sun.javafx.geom.transform.BaseTransform tx
        end local 1 // com.sun.javafx.geom.BaseBounds bounds
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Ljavafx/scene/effect/Reflection;
            0   15     1          bounds  Lcom/sun/javafx/geom/BaseBounds;
            0   15     2              tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            0   15     3            node  Ljavafx/scene/Node;
            0   15     4  boundsAccessor  Lcom/sun/javafx/scene/BoundsAccessor;
            7   15     5              x1  F
            8   15     6              y1  F
            9   15     7              z1  F
           10   15     8              x2  F
           11   15     9              y2  F
           12   15    10              z2  F
           13   15    11             ret  Lcom/sun/javafx/geom/BaseBounds;
    MethodParameters:
                Name  Flags
      bounds          
      tx              
      node            
      boundsAccessor  

  javafx.scene.effect.Effect copy();
    descriptor: ()Ljavafx/scene/effect/Effect;
    flags: (0x0000) 
    Code:
      stack=10, locals=2, args_size=1
        start local 0 // javafx.scene.effect.Reflection this
         0: .line 368
            new javafx.scene.effect.Reflection
            dup
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getTopOffset:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getFraction:()D
         1: .line 369
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getTopOpacity:()D
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Reflection.getBottomOpacity:()D
         2: .line 368
            invokespecial javafx.scene.effect.Reflection.<init>:(DDDD)V
            astore 1 /* ref */
        start local 1 // javafx.scene.effect.Reflection ref
         3: .line 370
            aload 1 /* ref */
            aload 1 /* ref */
            invokevirtual javafx.scene.effect.Reflection.getInput:()Ljavafx/scene/effect/Effect;
            invokevirtual javafx.scene.effect.Reflection.setInput:(Ljavafx/scene/effect/Effect;)V
         4: .line 371
            aload 1 /* ref */
            areturn
        end local 1 // javafx.scene.effect.Reflection ref
        end local 0 // javafx.scene.effect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/scene/effect/Reflection;
            3    5     1   ref  Ljavafx/scene/effect/Reflection;

  com.sun.scenario.effect.Effect createPeer();
    descriptor: ()Lcom/sun/scenario/effect/Effect;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javafx.scene.effect.Reflection.createPeer:()Lcom/sun/scenario/effect/Reflection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Reflection.java"
NestMembers:
  javafx.scene.effect.Reflection$1  javafx.scene.effect.Reflection$2  javafx.scene.effect.Reflection$3  javafx.scene.effect.Reflection$4
InnerClasses:
  EffectInputProperty = javafx.scene.effect.Effect$EffectInputProperty of javafx.scene.effect.Effect
  javafx.scene.effect.Reflection$1
  javafx.scene.effect.Reflection$2
  javafx.scene.effect.Reflection$3
  javafx.scene.effect.Reflection$4