public class org.apache.batik.dom.svg.SVGOMRect implements org.w3c.dom.svg.SVGRect
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.dom.svg.SVGOMRect
  super_class: java.lang.Object
{
  protected float x;
    descriptor: F
    flags: (0x0004) ACC_PROTECTED

  protected float y;
    descriptor: F
    flags: (0x0004) ACC_PROTECTED

  protected float w;
    descriptor: F
    flags: (0x0004) ACC_PROTECTED

  protected float h;
    descriptor: F
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            return
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/dom/svg/SVGOMRect;

  public void <init>(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
        start local 1 // float x
        start local 2 // float y
        start local 3 // float w
        start local 4 // float h
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            fload 1 /* x */
            putfield org.apache.batik.dom.svg.SVGOMRect.x:F
         2: .line 64
            aload 0 /* this */
            fload 2 /* y */
            putfield org.apache.batik.dom.svg.SVGOMRect.y:F
         3: .line 65
            aload 0 /* this */
            fload 3 /* w */
            putfield org.apache.batik.dom.svg.SVGOMRect.w:F
         4: .line 66
            aload 0 /* this */
            fload 4 /* h */
            putfield org.apache.batik.dom.svg.SVGOMRect.h:F
         5: .line 67
            return
        end local 4 // float h
        end local 3 // float w
        end local 2 // float y
        end local 1 // float x
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/dom/svg/SVGOMRect;
            0    6     1     x  F
            0    6     2     y  F
            0    6     3     w  F
            0    6     4     h  F
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public float getX();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
         0: .line 73
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.SVGOMRect.x:F
            freturn
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/SVGOMRect;

  public void setX(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
        start local 1 // float x
         0: .line 80
            aload 0 /* this */
            fload 1 /* x */
            putfield org.apache.batik.dom.svg.SVGOMRect.x:F
         1: .line 81
            return
        end local 1 // float x
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/dom/svg/SVGOMRect;
            0    2     1     x  F
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      x     

  public float getY();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
         0: .line 87
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.SVGOMRect.y:F
            freturn
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/SVGOMRect;

  public void setY(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
        start local 1 // float y
         0: .line 94
            aload 0 /* this */
            fload 1 /* y */
            putfield org.apache.batik.dom.svg.SVGOMRect.y:F
         1: .line 95
            return
        end local 1 // float y
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/dom/svg/SVGOMRect;
            0    2     1     y  F
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      y     

  public float getWidth();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
         0: .line 101
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.SVGOMRect.w:F
            freturn
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/SVGOMRect;

  public void setWidth(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
        start local 1 // float width
         0: .line 108
            aload 0 /* this */
            fload 1 /* width */
            putfield org.apache.batik.dom.svg.SVGOMRect.w:F
         1: .line 109
            return
        end local 1 // float width
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/batik/dom/svg/SVGOMRect;
            0    2     1  width  F
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      width  

  public float getHeight();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
         0: .line 115
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.SVGOMRect.h:F
            freturn
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/SVGOMRect;

  public void setHeight(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.svg.SVGOMRect this
        start local 1 // float height
         0: .line 122
            aload 0 /* this */
            fload 1 /* height */
            putfield org.apache.batik.dom.svg.SVGOMRect.h:F
         1: .line 123
            return
        end local 1 // float height
        end local 0 // org.apache.batik.dom.svg.SVGOMRect this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/batik/dom/svg/SVGOMRect;
            0    2     1  height  F
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
        Name  Flags
      height  
}
SourceFile: "SVGOMRect.java"