public final class com.sun.webkit.ContextMenuItem
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.ContextMenuItem
  super_class: java.lang.Object
{
  public static final int ACTION_TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int SEPARATOR_TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int SUBMENU_TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private java.lang.String title;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int action;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean isEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean isChecked;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int type;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.webkit.ContextMenu submenu;
    descriptor: Lcom/sun/webkit/ContextMenu;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  public java.lang.String getTitle();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 42
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.title:Ljava/lang/String;
            areturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  public int getAction();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 44
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.action:I
            ireturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 46
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.isEnabled:Z
            ireturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  public boolean isChecked();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 48
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.isChecked:Z
            ireturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 50
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.type:I
            ireturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  public com.sun.webkit.ContextMenu getSubmenu();
    descriptor: ()Lcom/sun/webkit/ContextMenu;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 52
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.submenu:Lcom/sun/webkit/ContextMenu;
            areturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 56
            ldc "%s[title='%s', action=%d, enabled=%b, checked=%b, type=%d]"
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.title:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.action:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.isEnabled:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            dup
            iconst_4
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.isChecked:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            dup
            iconst_5
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenuItem.type:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         2: .line 55
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/webkit/ContextMenuItem;

  private static com.sun.webkit.ContextMenuItem fwkCreateContextMenuItem();
    descriptor: ()Lcom/sun/webkit/ContextMenuItem;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 61
            new com.sun.webkit.ContextMenuItem
            dup
            invokespecial com.sun.webkit.ContextMenuItem.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void fwkSetTitle(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.ContextMenuItem this
        start local 1 // java.lang.String title
         0: .line 65
            aload 0 /* this */
            aload 1 /* title */
            putfield com.sun.webkit.ContextMenuItem.title:Ljava/lang/String;
         1: .line 66
            return
        end local 1 // java.lang.String title
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/webkit/ContextMenuItem;
            0    2     1  title  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      title  

  private java.lang.String fwkGetTitle();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 69
            aload 0 /* this */
            invokevirtual com.sun.webkit.ContextMenuItem.getTitle:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  private void fwkSetAction(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.ContextMenuItem this
        start local 1 // int action
         0: .line 73
            aload 0 /* this */
            iload 1 /* action */
            putfield com.sun.webkit.ContextMenuItem.action:I
         1: .line 74
            return
        end local 1 // int action
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/webkit/ContextMenuItem;
            0    2     1  action  I
    MethodParameters:
        Name  Flags
      action  

  private int fwkGetAction();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 77
            aload 0 /* this */
            invokevirtual com.sun.webkit.ContextMenuItem.getAction:()I
            ireturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  private void fwkSetEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.ContextMenuItem this
        start local 1 // boolean isEnabled
         0: .line 81
            aload 0 /* this */
            iload 1 /* isEnabled */
            putfield com.sun.webkit.ContextMenuItem.isEnabled:Z
         1: .line 82
            return
        end local 1 // boolean isEnabled
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/webkit/ContextMenuItem;
            0    2     1  isEnabled  Z
    MethodParameters:
           Name  Flags
      isEnabled  

  private boolean fwkIsEnabled();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 85
            aload 0 /* this */
            invokevirtual com.sun.webkit.ContextMenuItem.isEnabled:()Z
            ireturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  private void fwkSetChecked(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.ContextMenuItem this
        start local 1 // boolean isChecked
         0: .line 89
            aload 0 /* this */
            iload 1 /* isChecked */
            putfield com.sun.webkit.ContextMenuItem.isChecked:Z
         1: .line 90
            return
        end local 1 // boolean isChecked
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/webkit/ContextMenuItem;
            0    2     1  isChecked  Z
    MethodParameters:
           Name  Flags
      isChecked  

  private void fwkSetType(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.ContextMenuItem this
        start local 1 // int type
         0: .line 93
            aload 0 /* this */
            iload 1 /* type */
            putfield com.sun.webkit.ContextMenuItem.type:I
         1: .line 94
            return
        end local 1 // int type
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/ContextMenuItem;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  private int fwkGetType();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 97
            aload 0 /* this */
            invokevirtual com.sun.webkit.ContextMenuItem.getType:()I
            ireturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;

  private void fwkSetSubmenu(com.sun.webkit.ContextMenu);
    descriptor: (Lcom/sun/webkit/ContextMenu;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.ContextMenuItem this
        start local 1 // com.sun.webkit.ContextMenu submenu
         0: .line 101
            aload 0 /* this */
            aload 1 /* submenu */
            putfield com.sun.webkit.ContextMenuItem.submenu:Lcom/sun/webkit/ContextMenu;
         1: .line 102
            return
        end local 1 // com.sun.webkit.ContextMenu submenu
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/webkit/ContextMenuItem;
            0    2     1  submenu  Lcom/sun/webkit/ContextMenu;
    MethodParameters:
         Name  Flags
      submenu  

  private com.sun.webkit.ContextMenu fwkGetSubmenu();
    descriptor: ()Lcom/sun/webkit/ContextMenu;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenuItem this
         0: .line 105
            aload 0 /* this */
            invokevirtual com.sun.webkit.ContextMenuItem.getSubmenu:()Lcom/sun/webkit/ContextMenu;
            areturn
        end local 0 // com.sun.webkit.ContextMenuItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenuItem;
}
SourceFile: "ContextMenuItem.java"