Advertisement
Luther

My java exception

Aug 5th, 2011
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.43 KB | None | 0 0
  1. // Compiled from GLSurfaceView.java (version 1.5 : 49.0, super bit)
  2. public class android.opengl.GLSurfaceView extends android.view.SurfaceView implements android.view.SurfaceHolder$Callback {
  3.  
  4. // Field descriptor #22 I
  5. public static final int RENDERMODE_WHEN_DIRTY = 0;
  6.  
  7. // Field descriptor #22 I
  8. public static final int RENDERMODE_CONTINUOUSLY = 1;
  9.  
  10. // Field descriptor #22 I
  11. public static final int DEBUG_CHECK_GL_ERROR = 1;
  12.  
  13. // Field descriptor #22 I
  14. public static final int DEBUG_LOG_GL_CALLS = 2;
  15.  
  16. // Method descriptor #31 (Landroid/content/Context;)V
  17. // Stack: 4, Locals: 2
  18. public GLSurfaceView(android.content.Context context);
  19. 0 aload_0 [this]
  20. 1 aconst_null
  21. 2 checkcast android.content.Context [1]
  22. 5 aconst_null
  23. 6 checkcast android.util.AttributeSet [2]
  24. 9 iconst_0
  25. 10 invokespecial android.view.SurfaceView(android.content.Context, android.util.AttributeSet, int) [3]
  26. 13 new java.lang.RuntimeException [4]
  27. 16 dup
  28. 17 ldc <String "Stub!"> [5]
  29. 19 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  30. 22 athrow
  31. Line numbers:
  32. [pc: 0, line: 30]
  33. Local variable table:
  34. [pc: 0, pc: 23] local: this index: 0 type: android.opengl.GLSurfaceView
  35. [pc: 0, pc: 23] local: context index: 1 type: android.content.Context
  36.  
  37. // Method descriptor #39 (Landroid/content/Context;Landroid/util/AttributeSet;)V
  38. // Stack: 4, Locals: 3
  39. public GLSurfaceView(android.content.Context context, android.util.AttributeSet attrs);
  40. 0 aload_0 [this]
  41. 1 aconst_null
  42. 2 checkcast android.content.Context [1]
  43. 5 aconst_null
  44. 6 checkcast android.util.AttributeSet [2]
  45. 9 iconst_0
  46. 10 invokespecial android.view.SurfaceView(android.content.Context, android.util.AttributeSet, int) [3]
  47. 13 new java.lang.RuntimeException [4]
  48. 16 dup
  49. 17 ldc <String "Stub!"> [5]
  50. 19 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  51. 22 athrow
  52. Line numbers:
  53. [pc: 0, line: 31]
  54. Local variable table:
  55. [pc: 0, pc: 23] local: this index: 0 type: android.opengl.GLSurfaceView
  56. [pc: 0, pc: 23] local: context index: 1 type: android.content.Context
  57. [pc: 0, pc: 23] local: attrs index: 2 type: android.util.AttributeSet
  58.  
  59. // Method descriptor #43 (Landroid/opengl/GLSurfaceView$GLWrapper;)V
  60. // Stack: 3, Locals: 2
  61. public void setGLWrapper(android.opengl.GLSurfaceView.GLWrapper glWrapper);
  62. 0 new java.lang.RuntimeException [4]
  63. 3 dup
  64. 4 ldc <String "Stub!"> [5]
  65. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  66. 9 athrow
  67. Line numbers:
  68. [pc: 0, line: 32]
  69. Local variable table:
  70. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  71. [pc: 0, pc: 10] local: glWrapper index: 1 type: android.opengl.GLSurfaceView.GLWrapper
  72.  
  73. // Method descriptor #47 (I)V
  74. // Stack: 3, Locals: 2
  75. public void setDebugFlags(int debugFlags);
  76. 0 new java.lang.RuntimeException [4]
  77. 3 dup
  78. 4 ldc <String "Stub!"> [5]
  79. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  80. 9 athrow
  81. Line numbers:
  82. [pc: 0, line: 33]
  83. Local variable table:
  84. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  85. [pc: 0, pc: 10] local: debugFlags index: 1 type: int
  86.  
  87. // Method descriptor #50 ()I
  88. // Stack: 3, Locals: 1
  89. public int getDebugFlags();
  90. 0 new java.lang.RuntimeException [4]
  91. 3 dup
  92. 4 ldc <String "Stub!"> [5]
  93. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  94. 9 athrow
  95. Line numbers:
  96. [pc: 0, line: 34]
  97. Local variable table:
  98. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  99.  
  100. // Method descriptor #52 (Landroid/opengl/GLSurfaceView$Renderer;)V
  101. // Stack: 3, Locals: 2
  102. public void setRenderer(android.opengl.GLSurfaceView.Renderer renderer);
  103. 0 new java.lang.RuntimeException [4]
  104. 3 dup
  105. 4 ldc <String "Stub!"> [5]
  106. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  107. 9 athrow
  108. Line numbers:
  109. [pc: 0, line: 35]
  110. Local variable table:
  111. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  112. [pc: 0, pc: 10] local: renderer index: 1 type: android.opengl.GLSurfaceView.Renderer
  113.  
  114. // Method descriptor #56 (Landroid/opengl/GLSurfaceView$EGLContextFactory;)V
  115. // Stack: 3, Locals: 2
  116. public void setEGLContextFactory(android.opengl.GLSurfaceView.EGLContextFactory factory);
  117. 0 new java.lang.RuntimeException [4]
  118. 3 dup
  119. 4 ldc <String "Stub!"> [5]
  120. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  121. 9 athrow
  122. Line numbers:
  123. [pc: 0, line: 36]
  124. Local variable table:
  125. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  126. [pc: 0, pc: 10] local: factory index: 1 type: android.opengl.GLSurfaceView.EGLContextFactory
  127.  
  128. // Method descriptor #60 (Landroid/opengl/GLSurfaceView$EGLWindowSurfaceFactory;)V
  129. // Stack: 3, Locals: 2
  130. public void setEGLWindowSurfaceFactory(android.opengl.GLSurfaceView.EGLWindowSurfaceFactory factory);
  131. 0 new java.lang.RuntimeException [4]
  132. 3 dup
  133. 4 ldc <String "Stub!"> [5]
  134. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  135. 9 athrow
  136. Line numbers:
  137. [pc: 0, line: 37]
  138. Local variable table:
  139. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  140. [pc: 0, pc: 10] local: factory index: 1 type: android.opengl.GLSurfaceView.EGLWindowSurfaceFactory
  141.  
  142. // Method descriptor #63 (Landroid/opengl/GLSurfaceView$EGLConfigChooser;)V
  143. // Stack: 3, Locals: 2
  144. public void setEGLConfigChooser(android.opengl.GLSurfaceView.EGLConfigChooser configChooser);
  145. 0 new java.lang.RuntimeException [4]
  146. 3 dup
  147. 4 ldc <String "Stub!"> [5]
  148. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  149. 9 athrow
  150. Line numbers:
  151. [pc: 0, line: 38]
  152. Local variable table:
  153. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  154. [pc: 0, pc: 10] local: configChooser index: 1 type: android.opengl.GLSurfaceView.EGLConfigChooser
  155.  
  156. // Method descriptor #66 (Z)V
  157. // Stack: 3, Locals: 2
  158. public void setEGLConfigChooser(boolean needDepth);
  159. 0 new java.lang.RuntimeException [4]
  160. 3 dup
  161. 4 ldc <String "Stub!"> [5]
  162. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  163. 9 athrow
  164. Line numbers:
  165. [pc: 0, line: 39]
  166. Local variable table:
  167. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  168. [pc: 0, pc: 10] local: needDepth index: 1 type: boolean
  169.  
  170. // Method descriptor #69 (IIIIII)V
  171. // Stack: 3, Locals: 7
  172. public void setEGLConfigChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize);
  173. 0 new java.lang.RuntimeException [4]
  174. 3 dup
  175. 4 ldc <String "Stub!"> [5]
  176. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  177. 9 athrow
  178. Line numbers:
  179. [pc: 0, line: 40]
  180. Local variable table:
  181. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  182. [pc: 0, pc: 10] local: redSize index: 1 type: int
  183. [pc: 0, pc: 10] local: greenSize index: 2 type: int
  184. [pc: 0, pc: 10] local: blueSize index: 3 type: int
  185. [pc: 0, pc: 10] local: alphaSize index: 4 type: int
  186. [pc: 0, pc: 10] local: depthSize index: 5 type: int
  187. [pc: 0, pc: 10] local: stencilSize index: 6 type: int
  188.  
  189. // Method descriptor #47 (I)V
  190. // Stack: 3, Locals: 2
  191. public void setEGLContextClientVersion(int version);
  192. 0 new java.lang.RuntimeException [4]
  193. 3 dup
  194. 4 ldc <String "Stub!"> [5]
  195. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  196. 9 athrow
  197. Line numbers:
  198. [pc: 0, line: 41]
  199. Local variable table:
  200. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  201. [pc: 0, pc: 10] local: version index: 1 type: int
  202.  
  203. // Method descriptor #47 (I)V
  204. // Stack: 3, Locals: 2
  205. public void setRenderMode(int renderMode);
  206. 0 new java.lang.RuntimeException [4]
  207. 3 dup
  208. 4 ldc <String "Stub!"> [5]
  209. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  210. 9 athrow
  211. Line numbers:
  212. [pc: 0, line: 42]
  213. Local variable table:
  214. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  215. [pc: 0, pc: 10] local: renderMode index: 1 type: int
  216.  
  217. // Method descriptor #50 ()I
  218. // Stack: 3, Locals: 1
  219. public int getRenderMode();
  220. 0 new java.lang.RuntimeException [4]
  221. 3 dup
  222. 4 ldc <String "Stub!"> [5]
  223. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  224. 9 athrow
  225. Line numbers:
  226. [pc: 0, line: 43]
  227. Local variable table:
  228. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  229.  
  230. // Method descriptor #82 ()V
  231. // Stack: 3, Locals: 1
  232. public void requestRender();
  233. 0 new java.lang.RuntimeException [4]
  234. 3 dup
  235. 4 ldc <String "Stub!"> [5]
  236. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  237. 9 athrow
  238. Line numbers:
  239. [pc: 0, line: 44]
  240. Local variable table:
  241. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  242.  
  243. // Method descriptor #84 (Landroid/view/SurfaceHolder;)V
  244. // Stack: 3, Locals: 2
  245. public void surfaceCreated(android.view.SurfaceHolder holder);
  246. 0 new java.lang.RuntimeException [4]
  247. 3 dup
  248. 4 ldc <String "Stub!"> [5]
  249. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  250. 9 athrow
  251. Line numbers:
  252. [pc: 0, line: 45]
  253. Local variable table:
  254. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  255. [pc: 0, pc: 10] local: holder index: 1 type: android.view.SurfaceHolder
  256.  
  257. // Method descriptor #84 (Landroid/view/SurfaceHolder;)V
  258. // Stack: 3, Locals: 2
  259. public void surfaceDestroyed(android.view.SurfaceHolder holder);
  260. 0 new java.lang.RuntimeException [4]
  261. 3 dup
  262. 4 ldc <String "Stub!"> [5]
  263. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  264. 9 athrow
  265. Line numbers:
  266. [pc: 0, line: 46]
  267. Local variable table:
  268. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  269. [pc: 0, pc: 10] local: holder index: 1 type: android.view.SurfaceHolder
  270.  
  271. // Method descriptor #89 (Landroid/view/SurfaceHolder;III)V
  272. // Stack: 3, Locals: 5
  273. public void surfaceChanged(android.view.SurfaceHolder holder, int format, int w, int h);
  274. 0 new java.lang.RuntimeException [4]
  275. 3 dup
  276. 4 ldc <String "Stub!"> [5]
  277. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  278. 9 athrow
  279. Line numbers:
  280. [pc: 0, line: 47]
  281. Local variable table:
  282. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  283. [pc: 0, pc: 10] local: holder index: 1 type: android.view.SurfaceHolder
  284. [pc: 0, pc: 10] local: format index: 2 type: int
  285. [pc: 0, pc: 10] local: w index: 3 type: int
  286. [pc: 0, pc: 10] local: h index: 4 type: int
  287.  
  288. // Method descriptor #82 ()V
  289. // Stack: 3, Locals: 1
  290. public void onPause();
  291. 0 new java.lang.RuntimeException [4]
  292. 3 dup
  293. 4 ldc <String "Stub!"> [5]
  294. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  295. 9 athrow
  296. Line numbers:
  297. [pc: 0, line: 48]
  298. Local variable table:
  299. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  300.  
  301. // Method descriptor #82 ()V
  302. // Stack: 3, Locals: 1
  303. public void onResume();
  304. 0 new java.lang.RuntimeException [4]
  305. 3 dup
  306. 4 ldc <String "Stub!"> [5]
  307. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  308. 9 athrow
  309. Line numbers:
  310. [pc: 0, line: 49]
  311. Local variable table:
  312. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  313.  
  314. // Method descriptor #96 (Ljava/lang/Runnable;)V
  315. // Stack: 3, Locals: 2
  316. public void queueEvent(java.lang.Runnable r);
  317. 0 new java.lang.RuntimeException [4]
  318. 3 dup
  319. 4 ldc <String "Stub!"> [5]
  320. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  321. 9 athrow
  322. Line numbers:
  323. [pc: 0, line: 50]
  324. Local variable table:
  325. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  326. [pc: 0, pc: 10] local: r index: 1 type: java.lang.Runnable
  327.  
  328. // Method descriptor #82 ()V
  329. // Stack: 3, Locals: 1
  330. protected void onDetachedFromWindow();
  331. 0 new java.lang.RuntimeException [4]
  332. 3 dup
  333. 4 ldc <String "Stub!"> [5]
  334. 6 invokespecial java.lang.RuntimeException(java.lang.String) [6]
  335. 9 athrow
  336. Line numbers:
  337. [pc: 0, line: 51]
  338. Local variable table:
  339. [pc: 0, pc: 10] local: this index: 0 type: android.opengl.GLSurfaceView
  340.  
  341. Inner classes:
  342. [inner class info: #10 android/opengl/GLSurfaceView$EGLConfigChooser, outer class info: #7 android/opengl/GLSurfaceView
  343. inner name: #11 EGLConfigChooser, accessflags: 1545 public abstract static],
  344. [inner class info: #13 android/opengl/GLSurfaceView$EGLWindowSurfaceFactory, outer class info: #7 android/opengl/GLSurfaceView
  345. inner name: #14 EGLWindowSurfaceFactory, accessflags: 1545 public abstract static],
  346. [inner class info: #15 android/opengl/GLSurfaceView$EGLContextFactory, outer class info: #7 android/opengl/GLSurfaceView
  347. inner name: #16 EGLContextFactory, accessflags: 1545 public abstract static],
  348. [inner class info: #17 android/opengl/GLSurfaceView$Renderer, outer class info: #7 android/opengl/GLSurfaceView
  349. inner name: #18 Renderer, accessflags: 1545 public abstract static],
  350. [inner class info: #19 android/opengl/GLSurfaceView$GLWrapper, outer class info: #7 android/opengl/GLSurfaceView
  351. inner name: #20 GLWrapper, accessflags: 1545 public abstract static],
  352. [inner class info: #9 android/view/SurfaceHolder$Callback, outer class info: #110 android/view/SurfaceHolder
  353. inner name: #112 Callback, accessflags: 1545 public abstract static]
  354. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement