class com.sun.scenario.effect.PhongLighting$1 implements com.sun.scenario.effect.impl.state.RenderState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.scenario.effect.PhongLighting$1
  super_class: java.lang.Object
{
  final com.sun.scenario.effect.PhongLighting this$0;
    descriptor: Lcom/sun/scenario/effect/PhongLighting;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.scenario.effect.PhongLighting);
    descriptor: (Lcom/sun/scenario/effect/PhongLighting;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.PhongLighting$1 this
         0: .line 310
            aload 0 /* this */
            aload 1
            putfield com.sun.scenario.effect.PhongLighting$1.this$0:Lcom/sun/scenario/effect/PhongLighting;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.scenario.effect.PhongLighting$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/PhongLighting$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.sun.scenario.effect.impl.state.RenderState$EffectCoordinateSpace getEffectTransformSpace();
    descriptor: ()Lcom/sun/scenario/effect/impl/state/RenderState$EffectCoordinateSpace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.effect.PhongLighting$1 this
         0: .line 313
            getstatic com.sun.scenario.effect.impl.state.RenderState$EffectCoordinateSpace.RenderSpace:Lcom/sun/scenario/effect/impl/state/RenderState$EffectCoordinateSpace;
            areturn
        end local 0 // com.sun.scenario.effect.PhongLighting$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/effect/PhongLighting$1;

  public com.sun.javafx.geom.transform.BaseTransform getInputTransform(com.sun.javafx.geom.transform.BaseTransform);
    descriptor: (Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/transform/BaseTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.PhongLighting$1 this
        start local 1 // com.sun.javafx.geom.transform.BaseTransform filterTransform
         0: .line 318
            aload 1 /* filterTransform */
            areturn
        end local 1 // com.sun.javafx.geom.transform.BaseTransform filterTransform
        end local 0 // com.sun.scenario.effect.PhongLighting$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/sun/scenario/effect/PhongLighting$1;
            0    1     1  filterTransform  Lcom/sun/javafx/geom/transform/BaseTransform;
    MethodParameters:
                 Name  Flags
      filterTransform  

  public com.sun.javafx.geom.transform.BaseTransform getResultTransform(com.sun.javafx.geom.transform.BaseTransform);
    descriptor: (Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/transform/BaseTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.scenario.effect.PhongLighting$1 this
        start local 1 // com.sun.javafx.geom.transform.BaseTransform filterTransform
         0: .line 323
            getstatic com.sun.javafx.geom.transform.BaseTransform.IDENTITY_TRANSFORM:Lcom/sun/javafx/geom/transform/BaseTransform;
            areturn
        end local 1 // com.sun.javafx.geom.transform.BaseTransform filterTransform
        end local 0 // com.sun.scenario.effect.PhongLighting$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/sun/scenario/effect/PhongLighting$1;
            0    1     1  filterTransform  Lcom/sun/javafx/geom/transform/BaseTransform;
    MethodParameters:
                 Name  Flags
      filterTransform  

  public com.sun.javafx.geom.Rectangle getInputClip(int, com.sun.javafx.geom.Rectangle);
    descriptor: (ILcom/sun/javafx/geom/Rectangle;)Lcom/sun/javafx/geom/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.scenario.effect.PhongLighting$1 this
        start local 1 // int i
        start local 2 // com.sun.javafx.geom.Rectangle filterClip
         0: .line 328
            iload 1 /* i */
            ifne 4
            aload 2 /* filterClip */
            ifnull 4
         1: .line 329
            new com.sun.javafx.geom.Rectangle
            dup
            aload 2 /* filterClip */
            invokespecial com.sun.javafx.geom.Rectangle.<init>:(Lcom/sun/javafx/geom/Rectangle;)V
            astore 3 /* r */
        start local 3 // com.sun.javafx.geom.Rectangle r
         2: .line 330
            aload 3 /* r */
            iconst_1
            iconst_1
            invokevirtual com.sun.javafx.geom.Rectangle.grow:(II)V
         3: .line 331
            aload 3 /* r */
            areturn
        end local 3 // com.sun.javafx.geom.Rectangle r
         4: .line 333
      StackMap locals:
      StackMap stack:
            aload 2 /* filterClip */
            areturn
        end local 2 // com.sun.javafx.geom.Rectangle filterClip
        end local 1 // int i
        end local 0 // com.sun.scenario.effect.PhongLighting$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/scenario/effect/PhongLighting$1;
            0    5     1           i  I
            0    5     2  filterClip  Lcom/sun/javafx/geom/Rectangle;
            2    4     3           r  Lcom/sun/javafx/geom/Rectangle;
    MethodParameters:
            Name  Flags
      i           
      filterClip  
}
SourceFile: "PhongLighting.java"
EnclosingMethod: com.sun.scenario.effect.PhongLighting.getRenderState:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Ljava/lang/Object;Lcom/sun/scenario/effect/Effect;)Lcom/sun/scenario/effect/impl/state/RenderState;
NestHost: com.sun.scenario.effect.PhongLighting
InnerClasses:
  com.sun.scenario.effect.PhongLighting$1
  public final EffectCoordinateSpace = com.sun.scenario.effect.impl.state.RenderState$EffectCoordinateSpace of com.sun.scenario.effect.impl.state.RenderState