class sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder extends sun.jvm.hotspot.oops.DefaultMetadataVisitor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder
super_class: sun.jvm.hotspot.oops.DefaultMetadataVisitor
{
private sun.jvm.hotspot.oops.FieldIdentifier id;
descriptor: Lsun/jvm/hotspot/oops/FieldIdentifier;
flags: (0x0002) ACC_PRIVATE
private int curField;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int index;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.oops.FieldIdentifier);
descriptor: (Lsun/jvm/hotspot/oops/FieldIdentifier;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial sun.jvm.hotspot.oops.DefaultMetadataVisitor.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 3 1 id Lsun/jvm/hotspot/oops/FieldIdentifier;
MethodParameters:
Name Flags
id
public int getIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
public void prologue();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
1: aload 0
iconst_m1
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
public void doMetadata(sun.jvm.hotspot.oops.MetadataField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/MetadataField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.MetadataField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/MetadataField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doOop(sun.jvm.hotspot.oops.OopField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/OopField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.OopField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/OopField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doByte(sun.jvm.hotspot.oops.ByteField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/ByteField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.ByteField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/ByteField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doChar(sun.jvm.hotspot.oops.CharField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/CharField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.CharField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/CharField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doBoolean(sun.jvm.hotspot.oops.BooleanField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/BooleanField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.BooleanField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/BooleanField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doShort(sun.jvm.hotspot.oops.ShortField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/ShortField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.ShortField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/ShortField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doInt(sun.jvm.hotspot.oops.IntField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/IntField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.IntField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/IntField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doLong(sun.jvm.hotspot.oops.LongField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/LongField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.LongField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/LongField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doFloat(sun.jvm.hotspot.oops.FloatField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/FloatField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.FloatField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/FloatField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doDouble(sun.jvm.hotspot.oops.DoubleField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/DoubleField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.DoubleField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/DoubleField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doCInt(sun.jvm.hotspot.oops.CIntField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/CIntField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.oops.CIntField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 1
aload 0
aload 0
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
StackMap locals:
StackMap stack:
1: aload 0
dup
getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
0 2 1 field Lsun/jvm/hotspot/oops/CIntField;
0 2 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
}
SourceFile: "MetadataTreeNodeAdapter.java"
NestHost: sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter
InnerClasses:
Finder = sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder of sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter