public final class com.sun.webkit.graphics.WCSize
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.graphics.WCSize
  super_class: java.lang.Object
{
  private final float width;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float height;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.webkit.graphics.WCSize this
        start local 1 // float width
        start local 2 // float height
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            fload 1 /* width */
            putfield com.sun.webkit.graphics.WCSize.width:F
         2: .line 34
            aload 0 /* this */
            fload 2 /* height */
            putfield com.sun.webkit.graphics.WCSize.height:F
         3: .line 35
            return
        end local 2 // float height
        end local 1 // float width
        end local 0 // com.sun.webkit.graphics.WCSize this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/webkit/graphics/WCSize;
            0    4     1   width  F
            0    4     2  height  F
    MethodParameters:
        Name  Flags
      width   
      height  

  public float getWidth();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.WCSize this
         0: .line 38
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCSize.width:F
            freturn
        end local 0 // com.sun.webkit.graphics.WCSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/WCSize;

  public float getHeight();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.WCSize this
         0: .line 42
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCSize.height:F
            freturn
        end local 0 // com.sun.webkit.graphics.WCSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/WCSize;

  public int getIntWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.WCSize this
         0: .line 46
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCSize.width:F
            f2i
            ireturn
        end local 0 // com.sun.webkit.graphics.WCSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/WCSize;

  public int getIntHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.WCSize this
         0: .line 50
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCSize.height:F
            f2i
            ireturn
        end local 0 // com.sun.webkit.graphics.WCSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/WCSize;
}
SourceFile: "WCSize.java"