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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.android.gles_jni.EGLSurfaceImpl this
         0: .line 23
            aload 0 /* this */
            invokespecial javax.microedition.khronos.egl.EGLSurface.<init>:()V
         1: .line 24
            aload 0 /* this */
            lconst_0
            putfield com.google.android.gles_jni.EGLSurfaceImpl.mEGLSurface:J
         2: .line 25
            return
        end local 0 // com.google.android.gles_jni.EGLSurfaceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/android/gles_jni/EGLSurfaceImpl;

  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.EGLSurfaceImpl this
        start local 1 // long surface
         0: .line 26
            aload 0 /* this */
            invokespecial javax.microedition.khronos.egl.EGLSurface.<init>:()V
         1: .line 27
            aload 0 /* this */
            lload 1 /* surface */
            putfield com.google.android.gles_jni.EGLSurfaceImpl.mEGLSurface:J
         2: .line 28
            return
        end local 1 // long surface
        end local 0 // com.google.android.gles_jni.EGLSurfaceImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/android/gles_jni/EGLSurfaceImpl;
            0    3     1  surface  J
    MethodParameters:
         Name  Flags
      surface  

  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.EGLSurfaceImpl this
        start local 1 // java.lang.Object o
         0: .line 32
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 33
      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 35
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.google.android.gles_jni.EGLSurfaceImpl
            astore 2 /* that */
        start local 2 // com.google.android.gles_jni.EGLSurfaceImpl that
         4: .line 37
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLSurfaceImpl.mEGLSurface:J
            aload 2 /* that */
            getfield com.google.android.gles_jni.EGLSurfaceImpl.mEGLSurface:J
            lcmp
            ifne 5
            iconst_1
            ireturn
      StackMap locals: com.google.android.gles_jni.EGLSurfaceImpl
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // com.google.android.gles_jni.EGLSurfaceImpl that
        end local 1 // java.lang.Object o
        end local 0 // com.google.android.gles_jni.EGLSurfaceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/android/gles_jni/EGLSurfaceImpl;
            0    6     1     o  Ljava/lang/Object;
            4    6     2  that  Lcom/google/android/gles_jni/EGLSurfaceImpl;
    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.EGLSurfaceImpl this
         0: .line 47
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 48
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLSurfaceImpl.mEGLSurface:J
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLSurfaceImpl.mEGLSurface:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         2: .line 49
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.google.android.gles_jni.EGLSurfaceImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/android/gles_jni/EGLSurfaceImpl;
            1    3     1  result  I
}
SourceFile: "EGLSurfaceImpl.java"