class com.sun.prism.es2.MonocleGLPixelFormat extends com.sun.prism.es2.GLPixelFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.prism.es2.MonocleGLPixelFormat
  super_class: com.sun.prism.es2.GLPixelFormat
{
  void <init>(long, com.sun.prism.es2.GLPixelFormat$Attributes);
    descriptor: (JLcom/sun/prism/es2/GLPixelFormat$Attributes;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.prism.es2.MonocleGLPixelFormat this
        start local 1 // long nativeScreen
        start local 3 // com.sun.prism.es2.GLPixelFormat$Attributes attrs
         0: .line 31
            aload 0 /* this */
            lload 1 /* nativeScreen */
            aload 3 /* attrs */
            invokespecial com.sun.prism.es2.GLPixelFormat.<init>:(JLcom/sun/prism/es2/GLPixelFormat$Attributes;)V
         1: .line 32
            return
        end local 3 // com.sun.prism.es2.GLPixelFormat$Attributes attrs
        end local 1 // long nativeScreen
        end local 0 // com.sun.prism.es2.MonocleGLPixelFormat this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/sun/prism/es2/MonocleGLPixelFormat;
            0    2     1  nativeScreen  J
            0    2     3         attrs  Lcom/sun/prism/es2/GLPixelFormat$Attributes;
    MethodParameters:
              Name  Flags
      nativeScreen  
      attrs         
}
SourceFile: "MonocleGLPixelFormat.java"
InnerClasses:
  Attributes = com.sun.prism.es2.GLPixelFormat$Attributes of com.sun.prism.es2.GLPixelFormat