You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LineNumberAttribute.html 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (10.0.1) on Thu Jun 21 01:52:55 JST 2018 -->
  6. <title>LineNumberAttribute (Javassist API)</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta name="date" content="2018-06-21">
  9. <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
  10. <link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.css" title="Style">
  11. <script type="text/javascript" src="../../script.js"></script>
  12. <script type="text/javascript" src="../../jquery/jszip/dist/jszip.min.js"></script>
  13. <script type="text/javascript" src="../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
  14. <!--[if IE]>
  15. <script type="text/javascript" src="../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
  16. <![endif]-->
  17. <script type="text/javascript" src="../../jquery/jquery-1.10.2.js"></script>
  18. <script type="text/javascript" src="../../jquery/jquery-ui.js"></script>
  19. </head>
  20. <body>
  21. <script type="text/javascript"><!--
  22. try {
  23. if (location.href.indexOf('is-external=true') == -1) {
  24. parent.document.title="LineNumberAttribute (Javassist API)";
  25. }
  26. }
  27. catch(err) {
  28. }
  29. //-->
  30. var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
  31. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
  32. var altColor = "altColor";
  33. var rowColor = "rowColor";
  34. var tableTab = "tableTab";
  35. var activeTableTab = "activeTableTab";
  36. var pathtoroot = "../../";loadScripts(document, 'script');</script>
  37. <noscript>
  38. <div>JavaScript is disabled on your browser.</div>
  39. </noscript>
  40. <div class="fixedNav">
  41. <!-- ========= START OF TOP NAVBAR ======= -->
  42. <div class="topNav"><a name="navbar.top">
  43. <!-- -->
  44. </a>
  45. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  46. <a name="navbar.top.firstrow">
  47. <!-- -->
  48. </a>
  49. <ul class="navList" title="Navigation">
  50. <li><a href="../../overview-summary.html">Overview</a></li>
  51. <li><a href="package-summary.html">Package</a></li>
  52. <li class="navBarCell1Rev">Class</li>
  53. <li><a href="class-use/LineNumberAttribute.html">Use</a></li>
  54. <li><a href="package-tree.html">Tree</a></li>
  55. <li><a href="../../deprecated-list.html">Deprecated</a></li>
  56. <li><a href="../../index-all.html">Index</a></li>
  57. </ul>
  58. </div>
  59. <div class="subNav">
  60. <ul class="navList">
  61. <li><a href="../../javassist/bytecode/InstructionPrinter.html" title="class in javassist.bytecode"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  62. <li><a href="../../javassist/bytecode/LineNumberAttribute.Pc.html" title="class in javassist.bytecode"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  63. </ul>
  64. <ul class="navList">
  65. <li><a href="../../index.html?javassist/bytecode/LineNumberAttribute.html" target="_top">Frames</a></li>
  66. <li><a href="LineNumberAttribute.html" target="_top">No&nbsp;Frames</a></li>
  67. </ul>
  68. <ul class="navList" id="allclasses_navbar_top">
  69. <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  70. </ul>
  71. <ul class="navListSearch">
  72. <li><label for="search">SEARCH:</label>
  73. <input type="text" id="search" value="search" disabled="disabled">
  74. <input type="reset" id="reset" value="reset" disabled="disabled">
  75. </li>
  76. </ul>
  77. <div>
  78. <script type="text/javascript"><!--
  79. allClassesLink = document.getElementById("allclasses_navbar_top");
  80. if(window==top) {
  81. allClassesLink.style.display = "block";
  82. }
  83. else {
  84. allClassesLink.style.display = "none";
  85. }
  86. //-->
  87. </script>
  88. <noscript>
  89. <div>JavaScript is disabled on your browser.</div>
  90. </noscript>
  91. </div>
  92. <div>
  93. <ul class="subNavList">
  94. <li>Summary:&nbsp;</li>
  95. <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
  96. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  97. <li>Constr&nbsp;|&nbsp;</li>
  98. <li><a href="#method.summary">Method</a></li>
  99. </ul>
  100. <ul class="subNavList">
  101. <li>Detail:&nbsp;</li>
  102. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  103. <li>Constr&nbsp;|&nbsp;</li>
  104. <li><a href="#method.detail">Method</a></li>
  105. </ul>
  106. </div>
  107. <a name="skip.navbar.top">
  108. <!-- -->
  109. </a></div>
  110. <!-- ========= END OF TOP NAVBAR ========= -->
  111. </div>
  112. <div class="navPadding">&nbsp;</div>
  113. <script type="text/javascript"><!--
  114. $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  115. //-->
  116. </script>
  117. <!-- ======== START OF CLASS DATA ======== -->
  118. <div class="header">
  119. <div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="../../javassist/bytecode/package-summary.html">javassist.bytecode</a></div>
  120. <h2 title="Class LineNumberAttribute" class="title">Class LineNumberAttribute</h2>
  121. </div>
  122. <div class="contentContainer">
  123. <ul class="inheritance">
  124. <li>java.lang.Object</li>
  125. <li>
  126. <ul class="inheritance">
  127. <li><a href="../../javassist/bytecode/AttributeInfo.html" title="class in javassist.bytecode">javassist.bytecode.AttributeInfo</a></li>
  128. <li>
  129. <ul class="inheritance">
  130. <li>javassist.bytecode.LineNumberAttribute</li>
  131. </ul>
  132. </li>
  133. </ul>
  134. </li>
  135. </ul>
  136. <div class="description">
  137. <ul class="blockList">
  138. <li class="blockList">
  139. <hr>
  140. <pre>public class <span class="typeNameLabel">LineNumberAttribute</span>
  141. extends <a href="../../javassist/bytecode/AttributeInfo.html" title="class in javassist.bytecode">AttributeInfo</a></pre>
  142. <div class="block"><code>LineNumberTable_attribute</code>.</div>
  143. </li>
  144. </ul>
  145. </div>
  146. <div class="summary">
  147. <ul class="blockList">
  148. <li class="blockList">
  149. <!-- ======== NESTED CLASS SUMMARY ======== -->
  150. <ul class="blockList">
  151. <li class="blockList"><a name="nested.class.summary">
  152. <!-- -->
  153. </a>
  154. <h3>Nested Class Summary</h3>
  155. <table class="memberSummary" summary="Nested Class Summary table, listing nested classes, and an explanation">
  156. <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
  157. <tr>
  158. <th class="colFirst" scope="col">Modifier and Type</th>
  159. <th class="colSecond" scope="col">Class</th>
  160. <th class="colLast" scope="col">Description</th>
  161. </tr>
  162. <tr class="altColor">
  163. <td class="colFirst"><code>static class&nbsp;</code></td>
  164. <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../javassist/bytecode/LineNumberAttribute.Pc.html" title="class in javassist.bytecode">LineNumberAttribute.Pc</a></span></code></th>
  165. <td class="colLast">
  166. <div class="block">Used as a return type of <code>toNearPc()</code>.</div>
  167. </td>
  168. </tr>
  169. </table>
  170. </li>
  171. </ul>
  172. <!-- =========== FIELD SUMMARY =========== -->
  173. <ul class="blockList">
  174. <li class="blockList"><a name="field.summary">
  175. <!-- -->
  176. </a>
  177. <h3>Field Summary</h3>
  178. <table class="memberSummary" summary="Field Summary table, listing fields, and an explanation">
  179. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  180. <tr>
  181. <th class="colFirst" scope="col">Modifier and Type</th>
  182. <th class="colSecond" scope="col">Field</th>
  183. <th class="colLast" scope="col">Description</th>
  184. </tr>
  185. <tr class="altColor">
  186. <td class="colFirst"><code>static java.lang.String</code></td>
  187. <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../javassist/bytecode/LineNumberAttribute.html#tag">tag</a></span></code></th>
  188. <td class="colLast">
  189. <div class="block">The name of this attribute <code>"LineNumberTable"</code>.</div>
  190. </td>
  191. </tr>
  192. </table>
  193. </li>
  194. </ul>
  195. <!-- ========== METHOD SUMMARY =========== -->
  196. <ul class="blockList">
  197. <li class="blockList"><a name="method.summary">
  198. <!-- -->
  199. </a>
  200. <h3>Method Summary</h3>
  201. <table class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
  202. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  203. <tr>
  204. <th class="colFirst" scope="col">Modifier and Type</th>
  205. <th class="colSecond" scope="col">Method</th>
  206. <th class="colLast" scope="col">Description</th>
  207. </tr>
  208. <tr id="i0" class="altColor">
  209. <td class="colFirst"><code><a href="../../javassist/bytecode/AttributeInfo.html" title="class in javassist.bytecode">AttributeInfo</a></code></td>
  210. <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../javassist/bytecode/LineNumberAttribute.html#copy-javassist.bytecode.ConstPool-java.util.Map-">copy</a></span>&#8203;(<a href="../../javassist/bytecode/ConstPool.html" title="class in javassist.bytecode">ConstPool</a>&nbsp;newCp,
  211. java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;classnames)</code></th>
  212. <td class="colLast">
  213. <div class="block">Makes a copy.</div>
  214. </td>
  215. </tr>
  216. <tr id="i1" class="rowColor">
  217. <td class="colFirst"><code>int</code></td>
  218. <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../javassist/bytecode/LineNumberAttribute.html#lineNumber-int-">lineNumber</a></span>&#8203;(int&nbsp;i)</code></th>
  219. <td class="colLast">
  220. <div class="block">Returns <code>line_number_table[i].line_number</code>.</div>
  221. </td>
  222. </tr>
  223. <tr id="i2" class="altColor">
  224. <td class="colFirst"><code>int</code></td>
  225. <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../javassist/bytecode/LineNumberAttribute.html#startPc-int-">startPc</a></span>&#8203;(int&nbsp;i)</code></th>
  226. <td class="colLast">
  227. <div class="block">Returns <code>line_number_table[i].start_pc</code>.</div>
  228. </td>
  229. </tr>
  230. <tr id="i3" class="rowColor">
  231. <td class="colFirst"><code>int</code></td>
  232. <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../javassist/bytecode/LineNumberAttribute.html#tableLength--">tableLength</a></span>()</code></th>
  233. <td class="colLast">
  234. <div class="block">Returns <code>line_number_table_length</code>.</div>
  235. </td>
  236. </tr>
  237. <tr id="i4" class="altColor">
  238. <td class="colFirst"><code>int</code></td>
  239. <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../javassist/bytecode/LineNumberAttribute.html#toLineNumber-int-">toLineNumber</a></span>&#8203;(int&nbsp;pc)</code></th>
  240. <td class="colLast">
  241. <div class="block">Returns the line number corresponding to the specified bytecode.</div>
  242. </td>
  243. </tr>
  244. <tr id="i5" class="rowColor">
  245. <td class="colFirst"><code><a href="../../javassist/bytecode/LineNumberAttribute.Pc.html" title="class in javassist.bytecode">LineNumberAttribute.Pc</a></code></td>
  246. <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../javassist/bytecode/LineNumberAttribute.html#toNearPc-int-">toNearPc</a></span>&#8203;(int&nbsp;line)</code></th>
  247. <td class="colLast">
  248. <div class="block">Returns the index into the code array at which the code for
  249. the specified line (or the nearest line after the specified one)
  250. begins.</div>
  251. </td>
  252. </tr>
  253. <tr id="i6" class="altColor">
  254. <td class="colFirst"><code>int</code></td>
  255. <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../javassist/bytecode/LineNumberAttribute.html#toStartPc-int-">toStartPc</a></span>&#8203;(int&nbsp;line)</code></th>
  256. <td class="colLast">
  257. <div class="block">Returns the index into the code array at which the code for
  258. the specified line begins.</div>
  259. </td>
  260. </tr>
  261. </table>
  262. <ul class="blockList">
  263. <li class="blockList"><a name="methods.inherited.from.class.javassist.bytecode.AttributeInfo">
  264. <!-- -->
  265. </a>
  266. <h3>Methods inherited from class&nbsp;javassist.bytecode.<a href="../../javassist/bytecode/AttributeInfo.html" title="class in javassist.bytecode">AttributeInfo</a></h3>
  267. <code><a href="../../javassist/bytecode/AttributeInfo.html#get--">get</a>, <a href="../../javassist/bytecode/AttributeInfo.html#getConstPool--">getConstPool</a>, <a href="../../javassist/bytecode/AttributeInfo.html#getName--">getName</a>, <a href="../../javassist/bytecode/AttributeInfo.html#length--">length</a>, <a href="../../javassist/bytecode/AttributeInfo.html#set-byte:A-">set</a></code></li>
  268. </ul>
  269. <ul class="blockList">
  270. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  271. <!-- -->
  272. </a>
  273. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  274. <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
  275. </ul>
  276. </li>
  277. </ul>
  278. </li>
  279. </ul>
  280. </div>
  281. <div class="details">
  282. <ul class="blockList">
  283. <li class="blockList">
  284. <!-- ============ FIELD DETAIL =========== -->
  285. <ul class="blockList">
  286. <li class="blockList"><a name="field.detail">
  287. <!-- -->
  288. </a>
  289. <h3>Field Detail</h3>
  290. <a name="tag">
  291. <!-- -->
  292. </a>
  293. <ul class="blockListLast">
  294. <li class="blockList">
  295. <h4>tag</h4>
  296. <pre>public static final&nbsp;java.lang.String tag</pre>
  297. <div class="block">The name of this attribute <code>"LineNumberTable"</code>.</div>
  298. <dl>
  299. <dt><span class="seeLabel">See Also:</span></dt>
  300. <dd><a href="../../constant-values.html#javassist.bytecode.LineNumberAttribute.tag">Constant Field Values</a></dd>
  301. </dl>
  302. </li>
  303. </ul>
  304. </li>
  305. </ul>
  306. <!-- ============ METHOD DETAIL ========== -->
  307. <ul class="blockList">
  308. <li class="blockList"><a name="method.detail">
  309. <!-- -->
  310. </a>
  311. <h3>Method Detail</h3>
  312. <a name="tableLength--">
  313. <!-- -->
  314. </a>
  315. <ul class="blockList">
  316. <li class="blockList">
  317. <h4>tableLength</h4>
  318. <pre>public&nbsp;int&nbsp;tableLength()</pre>
  319. <div class="block">Returns <code>line_number_table_length</code>.
  320. This represents the number of entries in the table.</div>
  321. </li>
  322. </ul>
  323. <a name="startPc-int-">
  324. <!-- -->
  325. </a>
  326. <ul class="blockList">
  327. <li class="blockList">
  328. <h4>startPc</h4>
  329. <pre>public&nbsp;int&nbsp;startPc&#8203;(int&nbsp;i)</pre>
  330. <div class="block">Returns <code>line_number_table[i].start_pc</code>.
  331. This represents the index into the code array at which the code
  332. for a new line in the original source file begins.</div>
  333. <dl>
  334. <dt><span class="paramLabel">Parameters:</span></dt>
  335. <dd><code>i</code> - the i-th entry.</dd>
  336. </dl>
  337. </li>
  338. </ul>
  339. <a name="lineNumber-int-">
  340. <!-- -->
  341. </a>
  342. <ul class="blockList">
  343. <li class="blockList">
  344. <h4>lineNumber</h4>
  345. <pre>public&nbsp;int&nbsp;lineNumber&#8203;(int&nbsp;i)</pre>
  346. <div class="block">Returns <code>line_number_table[i].line_number</code>.
  347. This represents the corresponding line number in the original
  348. source file.</div>
  349. <dl>
  350. <dt><span class="paramLabel">Parameters:</span></dt>
  351. <dd><code>i</code> - the i-th entry.</dd>
  352. </dl>
  353. </li>
  354. </ul>
  355. <a name="toLineNumber-int-">
  356. <!-- -->
  357. </a>
  358. <ul class="blockList">
  359. <li class="blockList">
  360. <h4>toLineNumber</h4>
  361. <pre>public&nbsp;int&nbsp;toLineNumber&#8203;(int&nbsp;pc)</pre>
  362. <div class="block">Returns the line number corresponding to the specified bytecode.</div>
  363. <dl>
  364. <dt><span class="paramLabel">Parameters:</span></dt>
  365. <dd><code>pc</code> - the index into the code array.</dd>
  366. </dl>
  367. </li>
  368. </ul>
  369. <a name="toStartPc-int-">
  370. <!-- -->
  371. </a>
  372. <ul class="blockList">
  373. <li class="blockList">
  374. <h4>toStartPc</h4>
  375. <pre>public&nbsp;int&nbsp;toStartPc&#8203;(int&nbsp;line)</pre>
  376. <div class="block">Returns the index into the code array at which the code for
  377. the specified line begins.</div>
  378. <dl>
  379. <dt><span class="paramLabel">Parameters:</span></dt>
  380. <dd><code>line</code> - the line number.</dd>
  381. <dt><span class="returnLabel">Returns:</span></dt>
  382. <dd>-1 if the specified line is not found.</dd>
  383. </dl>
  384. </li>
  385. </ul>
  386. <a name="toNearPc-int-">
  387. <!-- -->
  388. </a>
  389. <ul class="blockList">
  390. <li class="blockList">
  391. <h4>toNearPc</h4>
  392. <pre>public&nbsp;<a href="../../javassist/bytecode/LineNumberAttribute.Pc.html" title="class in javassist.bytecode">LineNumberAttribute.Pc</a>&nbsp;toNearPc&#8203;(int&nbsp;line)</pre>
  393. <div class="block">Returns the index into the code array at which the code for
  394. the specified line (or the nearest line after the specified one)
  395. begins.</div>
  396. <dl>
  397. <dt><span class="paramLabel">Parameters:</span></dt>
  398. <dd><code>line</code> - the line number.</dd>
  399. <dt><span class="returnLabel">Returns:</span></dt>
  400. <dd>a pair of the index and the line number of the
  401. bytecode at that index.</dd>
  402. </dl>
  403. </li>
  404. </ul>
  405. <a name="copy-javassist.bytecode.ConstPool-java.util.Map-">
  406. <!-- -->
  407. </a>
  408. <ul class="blockListLast">
  409. <li class="blockList">
  410. <h4>copy</h4>
  411. <pre>public&nbsp;<a href="../../javassist/bytecode/AttributeInfo.html" title="class in javassist.bytecode">AttributeInfo</a>&nbsp;copy&#8203;(<a href="../../javassist/bytecode/ConstPool.html" title="class in javassist.bytecode">ConstPool</a>&nbsp;newCp,
  412. java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;classnames)</pre>
  413. <div class="block">Makes a copy.</div>
  414. <dl>
  415. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  416. <dd><code><a href="../../javassist/bytecode/AttributeInfo.html#copy-javassist.bytecode.ConstPool-java.util.Map-">copy</a></code>&nbsp;in class&nbsp;<code><a href="../../javassist/bytecode/AttributeInfo.html" title="class in javassist.bytecode">AttributeInfo</a></code></dd>
  417. <dt><span class="paramLabel">Parameters:</span></dt>
  418. <dd><code>newCp</code> - the constant pool table used by the new copy.</dd>
  419. <dd><code>classnames</code> - should be null.</dd>
  420. </dl>
  421. </li>
  422. </ul>
  423. </li>
  424. </ul>
  425. </li>
  426. </ul>
  427. </div>
  428. </div>
  429. <!-- ========= END OF CLASS DATA ========= -->
  430. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  431. <div class="bottomNav"><a name="navbar.bottom">
  432. <!-- -->
  433. </a>
  434. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  435. <a name="navbar.bottom.firstrow">
  436. <!-- -->
  437. </a>
  438. <ul class="navList" title="Navigation">
  439. <li><a href="../../overview-summary.html">Overview</a></li>
  440. <li><a href="package-summary.html">Package</a></li>
  441. <li class="navBarCell1Rev">Class</li>
  442. <li><a href="class-use/LineNumberAttribute.html">Use</a></li>
  443. <li><a href="package-tree.html">Tree</a></li>
  444. <li><a href="../../deprecated-list.html">Deprecated</a></li>
  445. <li><a href="../../index-all.html">Index</a></li>
  446. </ul>
  447. </div>
  448. <div class="subNav">
  449. <ul class="navList">
  450. <li><a href="../../javassist/bytecode/InstructionPrinter.html" title="class in javassist.bytecode"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  451. <li><a href="../../javassist/bytecode/LineNumberAttribute.Pc.html" title="class in javassist.bytecode"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  452. </ul>
  453. <ul class="navList">
  454. <li><a href="../../index.html?javassist/bytecode/LineNumberAttribute.html" target="_top">Frames</a></li>
  455. <li><a href="LineNumberAttribute.html" target="_top">No&nbsp;Frames</a></li>
  456. </ul>
  457. <ul class="navList" id="allclasses_navbar_bottom">
  458. <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  459. </ul>
  460. <div>
  461. <script type="text/javascript"><!--
  462. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  463. if(window==top) {
  464. allClassesLink.style.display = "block";
  465. }
  466. else {
  467. allClassesLink.style.display = "none";
  468. }
  469. //-->
  470. </script>
  471. <noscript>
  472. <div>JavaScript is disabled on your browser.</div>
  473. </noscript>
  474. </div>
  475. <div>
  476. <ul class="subNavList">
  477. <li>Summary:&nbsp;</li>
  478. <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
  479. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  480. <li>Constr&nbsp;|&nbsp;</li>
  481. <li><a href="#method.summary">Method</a></li>
  482. </ul>
  483. <ul class="subNavList">
  484. <li>Detail:&nbsp;</li>
  485. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  486. <li>Constr&nbsp;|&nbsp;</li>
  487. <li><a href="#method.detail">Method</a></li>
  488. </ul>
  489. </div>
  490. <a name="skip.navbar.bottom">
  491. <!-- -->
  492. </a></div>
  493. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  494. <p class="legalCopy"><small><i>Javassist, a Java-bytecode translator toolkit.<br>
  495. Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i></small></p>
  496. </body>
  497. </html>