123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc (1.8.0_171) on Thu Oct 31 08:50:28 EDT 2019 -->
- <title>AbstractInsnNode</title>
- <meta name="date" content="2019-10-31">
- <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
- <script type="text/javascript" src="../../../../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractInsnNode";
- }
- }
- catch(err) {
- }
- //-->
- var methods = {"i0":6,"i1":10,"i2":6,"i3":10,"i4":10,"i5":10,"i6":10,"i7":6};
- var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
- var altColor = "altColor";
- var rowColor = "rowColor";
- var tableTab = "tableTab";
- var activeTableTab = "activeTableTab";
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../overview-summary.html">Overview</a></li>
- <li><a href="package-summary.html">Package</a></li>
- <li class="navBarCell1Rev">Class</li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev Class</li>
- <li><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree"><span class="typeNameLink">Next Class</span></a></li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../index.html?org/objectweb/asmutil/tree/AbstractInsnNode.html" target="_top">Frames</a></li>
- <li><a href="AbstractInsnNode.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <div>
- <ul class="subNavList">
- <li>Summary: </li>
- <li>Nested | </li>
- <li><a href="#field.summary">Field</a> | </li>
- <li><a href="#constructor.summary">Constr</a> | </li>
- <li><a href="#method.summary">Method</a></li>
- </ul>
- <ul class="subNavList">
- <li>Detail: </li>
- <li><a href="#field.detail">Field</a> | </li>
- <li><a href="#constructor.detail">Constr</a> | </li>
- <li><a href="#method.detail">Method</a></li>
- </ul>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <!-- ======== START OF CLASS DATA ======== -->
- <div class="header">
- <div class="subTitle">org.objectweb.asmutil.tree</div>
- <h2 title="Class AbstractInsnNode" class="title">Class AbstractInsnNode</h2>
- </div>
- <div class="contentContainer">
- <ul class="inheritance">
- <li>java.lang.Object</li>
- <li>
- <ul class="inheritance">
- <li>org.objectweb.asmutil.tree.AbstractInsnNode</li>
- </ul>
- </li>
- </ul>
- <div class="description">
- <ul class="blockList">
- <li class="blockList">
- <dl>
- <dt>Direct Known Subclasses:</dt>
- <dd><a href="../../../../org/objectweb/asmutil/tree/FieldInsnNode.html" title="class in org.objectweb.asmutil.tree">FieldInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/FrameNode.html" title="class in org.objectweb.asmutil.tree">FrameNode</a>, <a href="../../../../org/objectweb/asmutil/tree/IincInsnNode.html" title="class in org.objectweb.asmutil.tree">IincInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/InsnNode.html" title="class in org.objectweb.asmutil.tree">InsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/IntInsnNode.html" title="class in org.objectweb.asmutil.tree">IntInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/InvokeDynamicInsnNode.html" title="class in org.objectweb.asmutil.tree">InvokeDynamicInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/JumpInsnNode.html" title="class in org.objectweb.asmutil.tree">JumpInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/LabelNode.html" title="class in org.objectweb.asmutil.tree">LabelNode</a>, <a href="../../../../org/objectweb/asmutil/tree/LdcInsnNode.html" title="class in org.objectweb.asmutil.tree">LdcInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/LineNumberNode.html" title="class in org.objectweb.asmutil.tree">LineNumberNode</a>, <a href="../../../../org/objectweb/asmutil/tree/LookupSwitchInsnNode.html" title="class in org.objectweb.asmutil.tree">LookupSwitchInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/MethodInsnNode.html" title="class in org.objectweb.asmutil.tree">MethodInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/MultiANewArrayInsnNode.html" title="class in org.objectweb.asmutil.tree">MultiANewArrayInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/TableSwitchInsnNode.html" title="class in org.objectweb.asmutil.tree">TableSwitchInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/TypeInsnNode.html" title="class in org.objectweb.asmutil.tree">TypeInsnNode</a>, <a href="../../../../org/objectweb/asmutil/tree/VarInsnNode.html" title="class in org.objectweb.asmutil.tree">VarInsnNode</a></dd>
- </dl>
- <hr>
- <br>
- <pre>public abstract class <span class="typeNameLabel">AbstractInsnNode</span>
- extends java.lang.Object</pre>
- <div class="block">A node that represents a bytecode instruction. <i>An instruction can appear
- at most once in at most one <a href="../../../../org/objectweb/asmutil/tree/InsnList.html" title="class in org.objectweb.asmutil.tree"><code>InsnList</code></a> at a time</i>.</div>
- </li>
- </ul>
- </div>
- <div class="summary">
- <ul class="blockList">
- <li class="blockList">
- <!-- =========== FIELD SUMMARY =========== -->
- <ul class="blockList">
- <li class="blockList"><a name="field.summary">
- <!-- -->
- </a>
- <h3>Field Summary</h3>
- <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
- <caption><span>Fields</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Field and Description</th>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#FIELD_INSN">FIELD_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/FieldInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>FieldInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#FRAME">FRAME</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/FrameNode.html" title="class in org.objectweb.asmutil.tree"><code>FrameNode</code></a> "instructions".</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#IINC_INSN">IINC_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/IincInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>IincInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#INSN">INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/InsnNode.html" title="class in org.objectweb.asmutil.tree"><code>InsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#INT_INSN">INT_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/IntInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>IntInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>java.util.List<<a href="../../../../org/objectweb/asmutil/tree/TypeAnnotationNode.html" title="class in org.objectweb.asmutil.tree">TypeAnnotationNode</a>></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#invisibleTypeAnnotations">invisibleTypeAnnotations</a></span></code>
- <div class="block">The runtime invisible type annotations of this instruction.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#INVOKE_DYNAMIC_INSN">INVOKE_DYNAMIC_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/InvokeDynamicInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>InvokeDynamicInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#JUMP_INSN">JUMP_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/JumpInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>JumpInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#LABEL">LABEL</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/LabelNode.html" title="class in org.objectweb.asmutil.tree"><code>LabelNode</code></a> "instructions".</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#LDC_INSN">LDC_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/LdcInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>LdcInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#LINE">LINE</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/LineNumberNode.html" title="class in org.objectweb.asmutil.tree"><code>LineNumberNode</code></a> "instructions".</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#LOOKUPSWITCH_INSN">LOOKUPSWITCH_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/LookupSwitchInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>LookupSwitchInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#METHOD_INSN">METHOD_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/MethodInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>MethodInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#MULTIANEWARRAY_INSN">MULTIANEWARRAY_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/MultiANewArrayInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>MultiANewArrayInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>protected int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#opcode">opcode</a></span></code>
- <div class="block">The opcode of this instruction.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#TABLESWITCH_INSN">TABLESWITCH_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/TableSwitchInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>TableSwitchInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#TYPE_INSN">TYPE_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/TypeInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>TypeInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#VAR_INSN">VAR_INSN</a></span></code>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/VarInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>VarInsnNode</code></a> instructions.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>java.util.List<<a href="../../../../org/objectweb/asmutil/tree/TypeAnnotationNode.html" title="class in org.objectweb.asmutil.tree">TypeAnnotationNode</a>></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#visibleTypeAnnotations">visibleTypeAnnotations</a></span></code>
- <div class="block">The runtime visible type annotations of this instruction.</div>
- </td>
- </tr>
- </table>
- </li>
- </ul>
- <!-- ======== CONSTRUCTOR SUMMARY ======== -->
- <ul class="blockList">
- <li class="blockList"><a name="constructor.summary">
- <!-- -->
- </a>
- <h3>Constructor Summary</h3>
- <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
- <caption><span>Constructors</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier</th>
- <th class="colLast" scope="col">Constructor and Description</th>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>protected </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#AbstractInsnNode-int-">AbstractInsnNode</a></span>(int opcode)</code>
- <div class="block">Constructs a new <a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>AbstractInsnNode</code></a>.</div>
- </td>
- </tr>
- </table>
- </li>
- </ul>
- <!-- ========== METHOD SUMMARY =========== -->
- <ul class="blockList">
- <li class="blockList"><a name="method.summary">
- <!-- -->
- </a>
- <h3>Method Summary</h3>
- <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
- <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tr id="i0" class="altColor">
- <td class="colFirst"><code>abstract void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#accept-org.objectweb.asmutil.MethodVisitor-">accept</a></span>(<a href="../../../../org/objectweb/asmutil/MethodVisitor.html" title="class in org.objectweb.asmutil">MethodVisitor</a> cv)</code>
- <div class="block">Makes the given code visitor visit this instruction.</div>
- </td>
- </tr>
- <tr id="i1" class="rowColor">
- <td class="colFirst"><code>protected void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#acceptAnnotations-org.objectweb.asmutil.MethodVisitor-">acceptAnnotations</a></span>(<a href="../../../../org/objectweb/asmutil/MethodVisitor.html" title="class in org.objectweb.asmutil">MethodVisitor</a> mv)</code>
- <div class="block">Makes the given visitor visit the annotations of this instruction.</div>
- </td>
- </tr>
- <tr id="i2" class="altColor">
- <td class="colFirst"><code>abstract <a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#clone-java.util.Map-">clone</a></span>(java.util.Map<<a href="../../../../org/objectweb/asmutil/tree/LabelNode.html" title="class in org.objectweb.asmutil.tree">LabelNode</a>,<a href="../../../../org/objectweb/asmutil/tree/LabelNode.html" title="class in org.objectweb.asmutil.tree">LabelNode</a>> labels)</code>
- <div class="block">Returns a copy of this instruction.</div>
- </td>
- </tr>
- <tr id="i3" class="rowColor">
- <td class="colFirst"><code>protected <a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#cloneAnnotations-org.objectweb.asmutil.tree.AbstractInsnNode-">cloneAnnotations</a></span>(<a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a> insn)</code>
- <div class="block">Clones the annotations of the given instruction into this instruction.</div>
- </td>
- </tr>
- <tr id="i4" class="altColor">
- <td class="colFirst"><code><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#getNext--">getNext</a></span>()</code>
- <div class="block">Returns the next instruction in the list to which this instruction
- belongs, if any.</div>
- </td>
- </tr>
- <tr id="i5" class="rowColor">
- <td class="colFirst"><code>int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#getOpcode--">getOpcode</a></span>()</code>
- <div class="block">Returns the opcode of this instruction.</div>
- </td>
- </tr>
- <tr id="i6" class="altColor">
- <td class="colFirst"><code><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a></code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#getPrevious--">getPrevious</a></span>()</code>
- <div class="block">Returns the previous instruction in the list to which this instruction
- belongs, if any.</div>
- </td>
- </tr>
- <tr id="i7" class="rowColor">
- <td class="colFirst"><code>abstract int</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html#getType--">getType</a></span>()</code>
- <div class="block">Returns the type of this instruction.</div>
- </td>
- </tr>
- </table>
- <ul class="blockList">
- <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
- <!-- -->
- </a>
- <h3>Methods inherited from class java.lang.Object</h3>
- <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div class="details">
- <ul class="blockList">
- <li class="blockList">
- <!-- ============ FIELD DETAIL =========== -->
- <ul class="blockList">
- <li class="blockList"><a name="field.detail">
- <!-- -->
- </a>
- <h3>Field Detail</h3>
- <a name="INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>INSN</h4>
- <pre>public static final int INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/InsnNode.html" title="class in org.objectweb.asmutil.tree"><code>InsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="INT_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>INT_INSN</h4>
- <pre>public static final int INT_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/IntInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>IntInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.INT_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="VAR_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>VAR_INSN</h4>
- <pre>public static final int VAR_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/VarInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>VarInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.VAR_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="TYPE_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>TYPE_INSN</h4>
- <pre>public static final int TYPE_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/TypeInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>TypeInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.TYPE_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="FIELD_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>FIELD_INSN</h4>
- <pre>public static final int FIELD_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/FieldInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>FieldInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.FIELD_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="METHOD_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>METHOD_INSN</h4>
- <pre>public static final int METHOD_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/MethodInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>MethodInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.METHOD_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="INVOKE_DYNAMIC_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>INVOKE_DYNAMIC_INSN</h4>
- <pre>public static final int INVOKE_DYNAMIC_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/InvokeDynamicInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>InvokeDynamicInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.INVOKE_DYNAMIC_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="JUMP_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>JUMP_INSN</h4>
- <pre>public static final int JUMP_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/JumpInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>JumpInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.JUMP_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="LABEL">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>LABEL</h4>
- <pre>public static final int LABEL</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/LabelNode.html" title="class in org.objectweb.asmutil.tree"><code>LabelNode</code></a> "instructions".</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.LABEL">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="LDC_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>LDC_INSN</h4>
- <pre>public static final int LDC_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/LdcInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>LdcInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.LDC_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="IINC_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>IINC_INSN</h4>
- <pre>public static final int IINC_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/IincInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>IincInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.IINC_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="TABLESWITCH_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>TABLESWITCH_INSN</h4>
- <pre>public static final int TABLESWITCH_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/TableSwitchInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>TableSwitchInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.TABLESWITCH_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="LOOKUPSWITCH_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>LOOKUPSWITCH_INSN</h4>
- <pre>public static final int LOOKUPSWITCH_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/LookupSwitchInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>LookupSwitchInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.LOOKUPSWITCH_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="MULTIANEWARRAY_INSN">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>MULTIANEWARRAY_INSN</h4>
- <pre>public static final int MULTIANEWARRAY_INSN</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/MultiANewArrayInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>MultiANewArrayInsnNode</code></a> instructions.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.MULTIANEWARRAY_INSN">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="FRAME">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>FRAME</h4>
- <pre>public static final int FRAME</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/FrameNode.html" title="class in org.objectweb.asmutil.tree"><code>FrameNode</code></a> "instructions".</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.FRAME">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="LINE">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>LINE</h4>
- <pre>public static final int LINE</pre>
- <div class="block">The type of <a href="../../../../org/objectweb/asmutil/tree/LineNumberNode.html" title="class in org.objectweb.asmutil.tree"><code>LineNumberNode</code></a> "instructions".</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../constant-values.html#org.objectweb.asmutil.tree.AbstractInsnNode.LINE">Constant Field Values</a></dd>
- </dl>
- </li>
- </ul>
- <a name="opcode">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>opcode</h4>
- <pre>protected int opcode</pre>
- <div class="block">The opcode of this instruction.</div>
- </li>
- </ul>
- <a name="visibleTypeAnnotations">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>visibleTypeAnnotations</h4>
- <pre>public java.util.List<<a href="../../../../org/objectweb/asmutil/tree/TypeAnnotationNode.html" title="class in org.objectweb.asmutil.tree">TypeAnnotationNode</a>> visibleTypeAnnotations</pre>
- <div class="block">The runtime visible type annotations of this instruction. This field is
- only used for real instructions (i.e. not for labels, frames, or line
- number nodes). This list is a list of <a href="../../../../org/objectweb/asmutil/tree/TypeAnnotationNode.html" title="class in org.objectweb.asmutil.tree"><code>TypeAnnotationNode</code></a> objects.
- May be <tt>null</tt>.</div>
- </li>
- </ul>
- <a name="invisibleTypeAnnotations">
- <!-- -->
- </a>
- <ul class="blockListLast">
- <li class="blockList">
- <h4>invisibleTypeAnnotations</h4>
- <pre>public java.util.List<<a href="../../../../org/objectweb/asmutil/tree/TypeAnnotationNode.html" title="class in org.objectweb.asmutil.tree">TypeAnnotationNode</a>> invisibleTypeAnnotations</pre>
- <div class="block">The runtime invisible type annotations of this instruction. This field is
- only used for real instructions (i.e. not for labels, frames, or line
- number nodes). This list is a list of <a href="../../../../org/objectweb/asmutil/tree/TypeAnnotationNode.html" title="class in org.objectweb.asmutil.tree"><code>TypeAnnotationNode</code></a> objects.
- May be <tt>null</tt>.</div>
- </li>
- </ul>
- </li>
- </ul>
- <!-- ========= CONSTRUCTOR DETAIL ======== -->
- <ul class="blockList">
- <li class="blockList"><a name="constructor.detail">
- <!-- -->
- </a>
- <h3>Constructor Detail</h3>
- <a name="AbstractInsnNode-int-">
- <!-- -->
- </a>
- <ul class="blockListLast">
- <li class="blockList">
- <h4>AbstractInsnNode</h4>
- <pre>protected AbstractInsnNode(int opcode)</pre>
- <div class="block">Constructs a new <a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree"><code>AbstractInsnNode</code></a>.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>opcode</code> - the opcode of the instruction to be constructed.</dd>
- </dl>
- </li>
- </ul>
- </li>
- </ul>
- <!-- ============ METHOD DETAIL ========== -->
- <ul class="blockList">
- <li class="blockList"><a name="method.detail">
- <!-- -->
- </a>
- <h3>Method Detail</h3>
- <a name="getOpcode--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getOpcode</h4>
- <pre>public int getOpcode()</pre>
- <div class="block">Returns the opcode of this instruction.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>the opcode of this instruction.</dd>
- </dl>
- </li>
- </ul>
- <a name="getType--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getType</h4>
- <pre>public abstract int getType()</pre>
- <div class="block">Returns the type of this instruction.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>the type of this instruction, i.e. one the constants defined in
- this class.</dd>
- </dl>
- </li>
- </ul>
- <a name="getPrevious--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getPrevious</h4>
- <pre>public <a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a> getPrevious()</pre>
- <div class="block">Returns the previous instruction in the list to which this instruction
- belongs, if any.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>the previous instruction in the list to which this instruction
- belongs, if any. May be <tt>null</tt>.</dd>
- </dl>
- </li>
- </ul>
- <a name="getNext--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getNext</h4>
- <pre>public <a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a> getNext()</pre>
- <div class="block">Returns the next instruction in the list to which this instruction
- belongs, if any.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>the next instruction in the list to which this instruction
- belongs, if any. May be <tt>null</tt>.</dd>
- </dl>
- </li>
- </ul>
- <a name="accept-org.objectweb.asmutil.MethodVisitor-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>accept</h4>
- <pre>public abstract void accept(<a href="../../../../org/objectweb/asmutil/MethodVisitor.html" title="class in org.objectweb.asmutil">MethodVisitor</a> cv)</pre>
- <div class="block">Makes the given code visitor visit this instruction.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>cv</code> - a code visitor.</dd>
- </dl>
- </li>
- </ul>
- <a name="acceptAnnotations-org.objectweb.asmutil.MethodVisitor-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>acceptAnnotations</h4>
- <pre>protected final void acceptAnnotations(<a href="../../../../org/objectweb/asmutil/MethodVisitor.html" title="class in org.objectweb.asmutil">MethodVisitor</a> mv)</pre>
- <div class="block">Makes the given visitor visit the annotations of this instruction.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>mv</code> - a method visitor.</dd>
- </dl>
- </li>
- </ul>
- <a name="clone-java.util.Map-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>clone</h4>
- <pre>public abstract <a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a> clone(java.util.Map<<a href="../../../../org/objectweb/asmutil/tree/LabelNode.html" title="class in org.objectweb.asmutil.tree">LabelNode</a>,<a href="../../../../org/objectweb/asmutil/tree/LabelNode.html" title="class in org.objectweb.asmutil.tree">LabelNode</a>> labels)</pre>
- <div class="block">Returns a copy of this instruction.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>labels</code> - a map from LabelNodes to cloned LabelNodes.</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>a copy of this instruction. The returned instruction does not
- belong to any <a href="../../../../org/objectweb/asmutil/tree/InsnList.html" title="class in org.objectweb.asmutil.tree"><code>InsnList</code></a>.</dd>
- </dl>
- </li>
- </ul>
- <a name="cloneAnnotations-org.objectweb.asmutil.tree.AbstractInsnNode-">
- <!-- -->
- </a>
- <ul class="blockListLast">
- <li class="blockList">
- <h4>cloneAnnotations</h4>
- <pre>protected final <a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a> cloneAnnotations(<a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree">AbstractInsnNode</a> insn)</pre>
- <div class="block">Clones the annotations of the given instruction into this instruction.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>insn</code> - the source instruction.</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>this instruction.</dd>
- </dl>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- </div>
- <!-- ========= END OF CLASS DATA ========= -->
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../overview-summary.html">Overview</a></li>
- <li><a href="package-summary.html">Package</a></li>
- <li class="navBarCell1Rev">Class</li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev Class</li>
- <li><a href="../../../../org/objectweb/asmutil/tree/AbstractInsnNode.html" title="class in org.objectweb.asmutil.tree"><span class="typeNameLink">Next Class</span></a></li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../index.html?org/objectweb/asmutil/tree/AbstractInsnNode.html" target="_top">Frames</a></li>
- <li><a href="AbstractInsnNode.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <div>
- <ul class="subNavList">
- <li>Summary: </li>
- <li>Nested | </li>
- <li><a href="#field.summary">Field</a> | </li>
- <li><a href="#constructor.summary">Constr</a> | </li>
- <li><a href="#method.summary">Method</a></li>
- </ul>
- <ul class="subNavList">
- <li>Detail: </li>
- <li><a href="#field.detail">Field</a> | </li>
- <li><a href="#constructor.detail">Constr</a> | </li>
- <li><a href="#method.detail">Method</a></li>
- </ul>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|