public class sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter extends sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter
  super_class: sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
{
  private float val;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  public void <init>(float, sun.jvm.hotspot.oops.FieldIdentifier);
    descriptor: (FLsun/jvm/hotspot/oops/FieldIdentifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
        start local 1 // float val
        start local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
         0: .line 35
            aload 0 /* this */
            fload 1 /* val */
            aload 2 /* id */
            iconst_0
            invokespecial sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter.<init>:(FLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
         1: .line 36
            return
        end local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 1 // float val
        end local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter;
            0    2     1   val  F
            0    2     2    id  Lsun/jvm/hotspot/oops/FieldIdentifier;
    MethodParameters:
      Name  Flags
      val   
      id    

  public void <init>(float, sun.jvm.hotspot.oops.FieldIdentifier, boolean);
    descriptor: (FLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
        start local 1 // float val
        start local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
        start local 3 // boolean treeTableMode
         0: .line 39
            aload 0 /* this */
            aload 2 /* id */
            iload 3 /* treeTableMode */
            invokespecial sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
         1: .line 40
            aload 0 /* this */
            fload 1 /* val */
            putfield sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter.val:F
         2: .line 41
            return
        end local 3 // boolean treeTableMode
        end local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 1 // float val
        end local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lsun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter;
            0    3     1            val  F
            0    3     2             id  Lsun/jvm/hotspot/oops/FieldIdentifier;
            0    3     3  treeTableMode  Z
    MethodParameters:
               Name  Flags
      val            
      id             
      treeTableMode  

  public int getChildCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
         0: .line 44
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter;

  public sun.jvm.hotspot.ui.tree.SimpleTreeNode getChild(int);
    descriptor: (I)Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
        start local 1 // int index
         0: .line 48
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean isLeaf();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
         0: .line 52
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter;

  public int getIndexOfChild(sun.jvm.hotspot.ui.tree.SimpleTreeNode);
    descriptor: (Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
        start local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode child
         0: .line 56
            iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode child
        end local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter;
            0    1     1  child  Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
    MethodParameters:
       Name  Flags
      child  

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
         0: .line 60
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter.val:F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter;
}
SourceFile: "FloatTreeNodeAdapter.java"