public class com.google.android.gles_jni.EGLDisplayImpl extends javax.microedition.khronos.egl.EGLDisplay
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.android.gles_jni.EGLDisplayImpl
  super_class: javax.microedition.khronos.egl.EGLDisplay
{
  long mEGLDisplay;
    descriptor: J
    flags: (0x0000) 

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.android.gles_jni.EGLDisplayImpl this
        start local 1 // long dpy
         0: .line 24
            aload 0 /* this */
            invokespecial javax.microedition.khronos.egl.EGLDisplay.<init>:()V
         1: .line 25
            aload 0 /* this */
            lload 1 /* dpy */
            putfield com.google.android.gles_jni.EGLDisplayImpl.mEGLDisplay:J
         2: .line 26
            return
        end local 1 // long dpy
        end local 0 // com.google.android.gles_jni.EGLDisplayImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/android/gles_jni/EGLDisplayImpl;
            0    3     1   dpy  J
    MethodParameters:
      Name  Flags
      dpy   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.android.gles_jni.EGLDisplayImpl this
        start local 1 // java.lang.Object o
         0: .line 30
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 31
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 33
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.google.android.gles_jni.EGLDisplayImpl
            astore 2 /* that */
        start local 2 // com.google.android.gles_jni.EGLDisplayImpl that
         4: .line 35
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLDisplayImpl.mEGLDisplay:J
            aload 2 /* that */
            getfield com.google.android.gles_jni.EGLDisplayImpl.mEGLDisplay:J
            lcmp
            ifne 5
            iconst_1
            ireturn
      StackMap locals: com.google.android.gles_jni.EGLDisplayImpl
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // com.google.android.gles_jni.EGLDisplayImpl that
        end local 1 // java.lang.Object o
        end local 0 // com.google.android.gles_jni.EGLDisplayImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/android/gles_jni/EGLDisplayImpl;
            0    6     1     o  Ljava/lang/Object;
            4    6     2  that  Lcom/google/android/gles_jni/EGLDisplayImpl;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.google.android.gles_jni.EGLDisplayImpl this
         0: .line 45
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 46
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLDisplayImpl.mEGLDisplay:J
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLDisplayImpl.mEGLDisplay:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         2: .line 47
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.google.android.gles_jni.EGLDisplayImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/android/gles_jni/EGLDisplayImpl;
            1    3     1  result  I
}
SourceFile: "EGLDisplayImpl.java"