public class java.nio.channels.FileChannel$MapMode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.nio.channels.FileChannel$MapMode
  super_class: java.lang.Object
{
  public static final java.nio.channels.FileChannel$MapMode READ_ONLY;
    descriptor: Ljava/nio/channels/FileChannel$MapMode;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.nio.channels.FileChannel$MapMode READ_WRITE;
    descriptor: Ljava/nio/channels/FileChannel$MapMode;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.nio.channels.FileChannel$MapMode PRIVATE;
    descriptor: Ljava/nio/channels/FileChannel$MapMode;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 806
            new java.nio.channels.FileChannel$MapMode
            dup
            ldc "READ_ONLY"
            invokespecial java.nio.channels.FileChannel$MapMode.<init>:(Ljava/lang/String;)V
         1: .line 805
            putstatic java.nio.channels.FileChannel$MapMode.READ_ONLY:Ljava/nio/channels/FileChannel$MapMode;
         2: .line 812
            new java.nio.channels.FileChannel$MapMode
            dup
            ldc "READ_WRITE"
            invokespecial java.nio.channels.FileChannel$MapMode.<init>:(Ljava/lang/String;)V
         3: .line 811
            putstatic java.nio.channels.FileChannel$MapMode.READ_WRITE:Ljava/nio/channels/FileChannel$MapMode;
         4: .line 818
            new java.nio.channels.FileChannel$MapMode
            dup
            ldc "PRIVATE"
            invokespecial java.nio.channels.FileChannel$MapMode.<init>:(Ljava/lang/String;)V
         5: .line 817
            putstatic java.nio.channels.FileChannel$MapMode.PRIVATE:Ljava/nio/channels/FileChannel$MapMode;
         6: .line 818
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.channels.FileChannel$MapMode this
        start local 1 // java.lang.String name
         0: .line 822
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 823
            aload 0 /* this */
            aload 1 /* name */
            putfield java.nio.channels.FileChannel$MapMode.name:Ljava/lang/String;
         2: .line 824
            return
        end local 1 // java.lang.String name
        end local 0 // java.nio.channels.FileChannel$MapMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/channels/FileChannel$MapMode;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.channels.FileChannel$MapMode this
         0: .line 832
            aload 0 /* this */
            getfield java.nio.channels.FileChannel$MapMode.name:Ljava/lang/String;
            areturn
        end local 0 // java.nio.channels.FileChannel$MapMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/channels/FileChannel$MapMode;
}
SourceFile: "FileChannel.java"
NestHost: java.nio.channels.FileChannel
InnerClasses:
  public MapMode = java.nio.channels.FileChannel$MapMode of java.nio.channels.FileChannel