final class com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl extends javafx.scene.control.MenuItem implements com.sun.javafx.webkit.theme.ContextMenuImpl$MenuItemPeer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl
  super_class: javafx.scene.control.MenuItem
{
  private final com.sun.webkit.ContextMenuItem itemPeer;
    descriptor: Lcom/sun/webkit/ContextMenuItem;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.sun.webkit.ContextMenuItem);
    descriptor: (Lcom/sun/webkit/ContextMenuItem;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl this
        start local 1 // com.sun.webkit.ContextMenuItem itemPeer
         0: .line 146
            aload 0 /* this */
            invokespecial javafx.scene.control.MenuItem.<init>:()V
         1: .line 147
            aload 0 /* this */
            aload 1 /* itemPeer */
            putfield com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl.itemPeer:Lcom/sun/webkit/ContextMenuItem;
         2: .line 148
            aload 0 /* this */
            new javafx.scene.control.Separator
            dup
            invokespecial javafx.scene.control.Separator.<init>:()V
            invokevirtual com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl.setGraphic:(Ljavafx/scene/Node;)V
         3: .line 149
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl.setDisable:(Z)V
         4: .line 150
            return
        end local 1 // com.sun.webkit.ContextMenuItem itemPeer
        end local 0 // com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/sun/javafx/webkit/theme/ContextMenuImpl$SeparatorImpl;
            0    5     1  itemPeer  Lcom/sun/webkit/ContextMenuItem;
    MethodParameters:
          Name  Flags
      itemPeer  

  public com.sun.webkit.ContextMenuItem getItemPeer();
    descriptor: ()Lcom/sun/webkit/ContextMenuItem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl this
         0: .line 151
            aload 0 /* this */
            getfield com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl.itemPeer:Lcom/sun/webkit/ContextMenuItem;
            areturn
        end local 0 // com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/webkit/theme/ContextMenuImpl$SeparatorImpl;
}
SourceFile: "ContextMenuImpl.java"
NestHost: com.sun.javafx.webkit.theme.ContextMenuImpl
InnerClasses:
  private abstract MenuItemPeer = com.sun.javafx.webkit.theme.ContextMenuImpl$MenuItemPeer of com.sun.javafx.webkit.theme.ContextMenuImpl
  final SeparatorImpl = com.sun.javafx.webkit.theme.ContextMenuImpl$SeparatorImpl of com.sun.javafx.webkit.theme.ContextMenuImpl