<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Wed Sep 18 10:43:05 CEST 2013 --> <title>JVMCode</title> <meta name="date" content="2013-09-18"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="JVMCode"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="class-use/JVMCode.html">Use</a></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><a href="../../mycompiler/mybytecode/FieldInfo.html" title="class in mycompiler.mybytecode"><span class="strong">Prev Class</span></a></li> <li><a href="../../mycompiler/mybytecode/Key.html" title="class in mycompiler.mybytecode"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?mycompiler/mybytecode/JVMCode.html" target="_top">Frames</a></li> <li><a href="JVMCode.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">mycompiler.mybytecode</div> <h2 title="Class JVMCode" class="title">Class JVMCode</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>mycompiler.mybytecode.JVMCode</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">JVMCode</span> extends java.lang.Object</pre> <div class="block">Enthaelt die Befehle fuer die Umsetzung in JVM-Code und Konstantendefinitionen.</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="overviewSummary" 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 java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#aaload">aaload</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#aastore">aastore</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#aconst_null">aconst_null</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#aload">aload</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#aload_0">aload_0</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#aload_1">aload_1</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#aload_2">aload_2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#aload_3">aload_3</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#anewarray">anewarray</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#areturn">areturn</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#arraylength">arraylength</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#astore">astore</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#astore_0">astore_0</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#astore_1">astore_1</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#astore_2">astore_2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#astore_3">astore_3</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#athrow">athrow</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#baload">baload</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#bastore">bastore</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#bipush">bipush</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#breakpoint">breakpoint</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#caload">caload</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#castore">castore</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#checkcast">checkcast</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_Class">CONSTANT_Class</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_Double">CONSTANT_Double</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_Fieldref">CONSTANT_Fieldref</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_Float">CONSTANT_Float</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_Integer">CONSTANT_Integer</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_InterfaceMethodref">CONSTANT_InterfaceMethodref</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_Long">CONSTANT_Long</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_Methodref">CONSTANT_Methodref</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_NameAndType">CONSTANT_NameAndType</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_String">CONSTANT_String</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#CONSTANT_Utf8">CONSTANT_Utf8</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#d2f">d2f</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#d2i">d2i</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#d2l">d2l</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dadd">dadd</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#daload">daload</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dastore">dastore</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dcmpg">dcmpg</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dcmpl">dcmpl</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dconst_0">dconst_0</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dconst_1">dconst_1</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ddiv">ddiv</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dload">dload</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dload_0">dload_0</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dload_1">dload_1</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dload_2">dload_2</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dload_3">dload_3</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dmul">dmul</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dneg">dneg</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#drem">drem</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dreturn">dreturn</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dstore">dstore</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dstore_0">dstore_0</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dstore_1">dstore_1</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dstore_2">dstore_2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dstore_3">dstore_3</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dsub">dsub</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dup">dup</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dup_x1">dup_x1</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dup_x2">dup_x2</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dup2">dup2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dup2_x1">dup2_x1</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#dup2_x2">dup2_x2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#f2d">f2d</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#f2i">f2i</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#f2l">f2l</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fadd">fadd</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#faload">faload</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fastore">fastore</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fcmpg">fcmpg</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fcmpl">fcmpl</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fconst_0">fconst_0</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fconst_1">fconst_1</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fconst_2">fconst_2</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fdiv">fdiv</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fload">fload</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fload_0">fload_0</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fload_1">fload_1</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fload_2">fload_2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fload_3">fload_3</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fmul">fmul</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fneg">fneg</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#frem">frem</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#freturn">freturn</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fstore">fstore</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fstore_0">fstore_0</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fstore_1">fstore_1</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fstore_2">fstore_2</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fstore_3">fstore_3</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#fsub">fsub</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#getfield">getfield</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#getstatic">getstatic</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#goto_">goto_</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#goto_w">goto_w</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#i2b">i2b</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#i2c">i2c</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#i2d">i2d</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#i2f">i2f</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#i2l">i2l</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#i2s">i2s</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iadd">iadd</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iaload">iaload</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iand">iand</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iastore">iastore</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iconst_0">iconst_0</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iconst_1">iconst_1</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iconst_2">iconst_2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iconst_3">iconst_3</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iconst_4">iconst_4</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iconst_5">iconst_5</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iconst_m1">iconst_m1</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#idiv">idiv</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_acmpeq">if_acmpeq</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_acmpne">if_acmpne</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_icmpeq">if_icmpeq</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_icmpge">if_icmpge</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_icmpgt">if_icmpgt</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_icmple">if_icmple</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_icmplt">if_icmplt</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_icmpne">if_icmpne</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ifeq">ifeq</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ifge">ifge</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ifgt">ifgt</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ifle">ifle</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iflt">iflt</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ifne">ifne</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ifnonnull">ifnonnull</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ifnull">ifnull</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iinc">iinc</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iload">iload</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iload_0">iload_0</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iload_1">iload_1</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iload_2">iload_2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iload_3">iload_3</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#impdep1">impdep1</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#impdep2">impdep2</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#imul">imul</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ineg">ineg</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#instanceof_">instanceof_</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#invokeinterface">invokeinterface</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#invokespecial">invokespecial</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#invokestatic">invokestatic</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#invokevirtual">invokevirtual</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ior">ior</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#irem">irem</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ireturn">ireturn</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ishl">ishl</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ishr">ishr</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#istore">istore</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#istore_0">istore_0</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#istore_1">istore_1</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#istore_2">istore_2</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#istore_3">istore_3</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#isub">isub</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#iushr">iushr</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ixor">ixor</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#jsr">jsr</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#jsr_w">jsr_w</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#l2d">l2d</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#l2f">l2f</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#l2i">l2i</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ladd">ladd</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#laload">laload</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#land">land</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lastore">lastore</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lcmp">lcmp</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lconst_0">lconst_0</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lconst_1">lconst_1</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ldc">ldc</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ldc_w">ldc_w</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ldc2_w">ldc2_w</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ldiv">ldiv</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lload">lload</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lload_0">lload_0</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lload_1">lload_1</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lload_2">lload_2</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lload_3">lload_3</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lmul">lmul</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lneg">lneg</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lookupswitch">lookupswitch</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lor">lor</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lrem">lrem</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lreturn">lreturn</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lshl">lshl</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lshr">lshr</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lstore">lstore</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lstore_0">lstore_0</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lstore_1">lstore_1</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lstore_2">lstore_2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lstore_3">lstore_3</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lsub">lsub</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lushr">lushr</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#lxor">lxor</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#monitorenter">monitorenter</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#monitorexit">monitorexit</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#multianewarray">multianewarray</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#new_">new_</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#newarray">newarray</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nop">nop</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#pop">pop</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#pop2">pop2</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#putfield">putfield</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#putstatic">putstatic</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ret">ret</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#return_">return_</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#saload">saload</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#sastore">sastore</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#sipush">sipush</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#swap">swap</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#tableswitch">tableswitch</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#wide">wide</a></strong></code> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" 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="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#JVMCode()">JVMCode</a></strong>()</code> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#bytes_to_int(java.lang.Byte)">bytes_to_int</a></strong>(java.lang.Byte b)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#bytes_to_int(java.lang.Byte, java.lang.Byte)">bytes_to_int</a></strong>(java.lang.Byte b1, java.lang.Byte b0)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#bytes_to_int(java.lang.Byte, java.lang.Byte, java.lang.Byte, java.lang.Byte)">bytes_to_int</a></strong>(java.lang.Byte b3, java.lang.Byte b2, java.lang.Byte b1, java.lang.Byte b0)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#get_codegen_Type(java.lang.String, de.dhbwstuttgart.typeinference.Menge)">get_codegen_Type</a></strong>(java.lang.String type, de.dhbwstuttgart.typeinference.Menge paralist)</code> <div class="block">Liefert zu dem angegebenen Typ die entsprechende Repraesentation im Bytecode zurueck.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#get_Command(de.dhbwstuttgart.typeinference.Menge)">get_Command</a></strong>(de.dhbwstuttgart.typeinference.Menge<java.lang.Byte> b)</code> <div class="block">Gibt die Liste der Bytecode-Commands auf dem Bildschirm aus (Logger Bytecode).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#get_nType(java.lang.String)">get_nType</a></strong>(java.lang.String type)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_ncmpeq(java.lang.String)">if_ncmpeq</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#if_ncmpne(java.lang.String)">if_ncmpne</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#n2n(java.lang.String, java.lang.String)">n2n</a></strong>(java.lang.String s1, java.lang.String s2)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nadd(java.lang.String)">nadd</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#naload(java.lang.String)">naload</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nand(java.lang.String)">nand</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nastore(java.lang.String)">nastore</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ncmpg(java.lang.String)">ncmpg</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ncmpl(java.lang.String)">ncmpl</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nconst_n(java.lang.String, int)">nconst_n</a></strong>(java.lang.String s1, int n2)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#ndiv(java.lang.String)">ndiv</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nload_n(java.lang.String, int)">nload_n</a></strong>(java.lang.String s1, int n2)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nload(java.lang.String)">nload</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nmul(java.lang.String)">nmul</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nneg(java.lang.String)">nneg</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nor(java.lang.String)">nor</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nrem(java.lang.String)">nrem</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nreturn(java.lang.String)">nreturn</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nshl(java.lang.String)">nshl</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nshr(java.lang.String)">nshr</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nstore_n(java.lang.String, int)">nstore_n</a></strong>(java.lang.String s1, int n2)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nstore(java.lang.String)">nstore</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nsub(java.lang.String)">nsub</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nushr(java.lang.String)">nushr</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#nxor(java.lang.String)">nxor</a></strong>(java.lang.String s)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static byte[]</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/mybytecode/JVMCode.html#shortToBytes(short)">shortToBytes</a></strong>(short i)</code> </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>equals, 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="CONSTANT_Utf8"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_Utf8</h4> <pre>public static byte CONSTANT_Utf8</pre> </li> </ul> <a name="CONSTANT_Integer"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_Integer</h4> <pre>public static byte CONSTANT_Integer</pre> </li> </ul> <a name="CONSTANT_Float"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_Float</h4> <pre>public static byte CONSTANT_Float</pre> </li> </ul> <a name="CONSTANT_Long"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_Long</h4> <pre>public static byte CONSTANT_Long</pre> </li> </ul> <a name="CONSTANT_Double"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_Double</h4> <pre>public static byte CONSTANT_Double</pre> </li> </ul> <a name="CONSTANT_Class"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_Class</h4> <pre>public static byte CONSTANT_Class</pre> </li> </ul> <a name="CONSTANT_String"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_String</h4> <pre>public static byte CONSTANT_String</pre> </li> </ul> <a name="CONSTANT_Fieldref"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_Fieldref</h4> <pre>public static byte CONSTANT_Fieldref</pre> </li> </ul> <a name="CONSTANT_Methodref"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_Methodref</h4> <pre>public static byte CONSTANT_Methodref</pre> </li> </ul> <a name="CONSTANT_InterfaceMethodref"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_InterfaceMethodref</h4> <pre>public static byte CONSTANT_InterfaceMethodref</pre> </li> </ul> <a name="CONSTANT_NameAndType"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONSTANT_NameAndType</h4> <pre>public static byte CONSTANT_NameAndType</pre> </li> </ul> <a name="nop"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nop</h4> <pre>public static java.lang.Byte nop</pre> </li> </ul> <a name="aconst_null"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aconst_null</h4> <pre>public static java.lang.Byte aconst_null</pre> </li> </ul> <a name="iconst_m1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconst_m1</h4> <pre>public static java.lang.Byte iconst_m1</pre> </li> </ul> <a name="iconst_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconst_0</h4> <pre>public static java.lang.Byte iconst_0</pre> </li> </ul> <a name="iconst_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconst_1</h4> <pre>public static java.lang.Byte iconst_1</pre> </li> </ul> <a name="iconst_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconst_2</h4> <pre>public static java.lang.Byte iconst_2</pre> </li> </ul> <a name="iconst_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconst_3</h4> <pre>public static java.lang.Byte iconst_3</pre> </li> </ul> <a name="iconst_4"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconst_4</h4> <pre>public static java.lang.Byte iconst_4</pre> </li> </ul> <a name="iconst_5"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconst_5</h4> <pre>public static java.lang.Byte iconst_5</pre> </li> </ul> <a name="lconst_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lconst_0</h4> <pre>public static java.lang.Byte lconst_0</pre> </li> </ul> <a name="lconst_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lconst_1</h4> <pre>public static java.lang.Byte lconst_1</pre> </li> </ul> <a name="fconst_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fconst_0</h4> <pre>public static java.lang.Byte fconst_0</pre> </li> </ul> <a name="fconst_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fconst_1</h4> <pre>public static java.lang.Byte fconst_1</pre> </li> </ul> <a name="fconst_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fconst_2</h4> <pre>public static java.lang.Byte fconst_2</pre> </li> </ul> <a name="dconst_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dconst_0</h4> <pre>public static java.lang.Byte dconst_0</pre> </li> </ul> <a name="dconst_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dconst_1</h4> <pre>public static java.lang.Byte dconst_1</pre> </li> </ul> <a name="bipush"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bipush</h4> <pre>public static java.lang.Byte bipush</pre> </li> </ul> <a name="sipush"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sipush</h4> <pre>public static java.lang.Byte sipush</pre> </li> </ul> <a name="ldc"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ldc</h4> <pre>public static java.lang.Byte ldc</pre> </li> </ul> <a name="ldc_w"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ldc_w</h4> <pre>public static java.lang.Byte ldc_w</pre> </li> </ul> <a name="ldc2_w"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ldc2_w</h4> <pre>public static java.lang.Byte ldc2_w</pre> </li> </ul> <a name="iload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iload</h4> <pre>public static java.lang.Byte iload</pre> </li> </ul> <a name="lload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lload</h4> <pre>public static java.lang.Byte lload</pre> </li> </ul> <a name="fload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fload</h4> <pre>public static java.lang.Byte fload</pre> </li> </ul> <a name="dload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dload</h4> <pre>public static java.lang.Byte dload</pre> </li> </ul> <a name="aload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aload</h4> <pre>public static java.lang.Byte aload</pre> </li> </ul> <a name="iload_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iload_0</h4> <pre>public static java.lang.Byte iload_0</pre> </li> </ul> <a name="iload_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iload_1</h4> <pre>public static java.lang.Byte iload_1</pre> </li> </ul> <a name="iload_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iload_2</h4> <pre>public static java.lang.Byte iload_2</pre> </li> </ul> <a name="iload_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iload_3</h4> <pre>public static java.lang.Byte iload_3</pre> </li> </ul> <a name="lload_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lload_0</h4> <pre>public static java.lang.Byte lload_0</pre> </li> </ul> <a name="lload_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lload_1</h4> <pre>public static java.lang.Byte lload_1</pre> </li> </ul> <a name="lload_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lload_2</h4> <pre>public static java.lang.Byte lload_2</pre> </li> </ul> <a name="lload_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lload_3</h4> <pre>public static java.lang.Byte lload_3</pre> </li> </ul> <a name="fload_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fload_0</h4> <pre>public static java.lang.Byte fload_0</pre> </li> </ul> <a name="fload_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fload_1</h4> <pre>public static java.lang.Byte fload_1</pre> </li> </ul> <a name="fload_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fload_2</h4> <pre>public static java.lang.Byte fload_2</pre> </li> </ul> <a name="fload_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fload_3</h4> <pre>public static java.lang.Byte fload_3</pre> </li> </ul> <a name="dload_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dload_0</h4> <pre>public static java.lang.Byte dload_0</pre> </li> </ul> <a name="dload_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dload_1</h4> <pre>public static java.lang.Byte dload_1</pre> </li> </ul> <a name="dload_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dload_2</h4> <pre>public static java.lang.Byte dload_2</pre> </li> </ul> <a name="dload_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dload_3</h4> <pre>public static java.lang.Byte dload_3</pre> </li> </ul> <a name="aload_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aload_0</h4> <pre>public static java.lang.Byte aload_0</pre> </li> </ul> <a name="aload_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aload_1</h4> <pre>public static java.lang.Byte aload_1</pre> </li> </ul> <a name="aload_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aload_2</h4> <pre>public static java.lang.Byte aload_2</pre> </li> </ul> <a name="aload_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aload_3</h4> <pre>public static java.lang.Byte aload_3</pre> </li> </ul> <a name="iaload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iaload</h4> <pre>public static java.lang.Byte iaload</pre> </li> </ul> <a name="laload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>laload</h4> <pre>public static java.lang.Byte laload</pre> </li> </ul> <a name="faload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>faload</h4> <pre>public static java.lang.Byte faload</pre> </li> </ul> <a name="daload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>daload</h4> <pre>public static java.lang.Byte daload</pre> </li> </ul> <a name="aaload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aaload</h4> <pre>public static java.lang.Byte aaload</pre> </li> </ul> <a name="baload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>baload</h4> <pre>public static java.lang.Byte baload</pre> </li> </ul> <a name="caload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>caload</h4> <pre>public static java.lang.Byte caload</pre> </li> </ul> <a name="saload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>saload</h4> <pre>public static java.lang.Byte saload</pre> </li> </ul> <a name="istore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>istore</h4> <pre>public static java.lang.Byte istore</pre> </li> </ul> <a name="lstore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lstore</h4> <pre>public static java.lang.Byte lstore</pre> </li> </ul> <a name="fstore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fstore</h4> <pre>public static java.lang.Byte fstore</pre> </li> </ul> <a name="dstore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dstore</h4> <pre>public static java.lang.Byte dstore</pre> </li> </ul> <a name="astore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>astore</h4> <pre>public static java.lang.Byte astore</pre> </li> </ul> <a name="istore_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>istore_0</h4> <pre>public static java.lang.Byte istore_0</pre> </li> </ul> <a name="istore_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>istore_1</h4> <pre>public static java.lang.Byte istore_1</pre> </li> </ul> <a name="istore_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>istore_2</h4> <pre>public static java.lang.Byte istore_2</pre> </li> </ul> <a name="istore_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>istore_3</h4> <pre>public static java.lang.Byte istore_3</pre> </li> </ul> <a name="lstore_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lstore_0</h4> <pre>public static java.lang.Byte lstore_0</pre> </li> </ul> <a name="lstore_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lstore_1</h4> <pre>public static java.lang.Byte lstore_1</pre> </li> </ul> <a name="lstore_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lstore_2</h4> <pre>public static java.lang.Byte lstore_2</pre> </li> </ul> <a name="lstore_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lstore_3</h4> <pre>public static java.lang.Byte lstore_3</pre> </li> </ul> <a name="fstore_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fstore_0</h4> <pre>public static java.lang.Byte fstore_0</pre> </li> </ul> <a name="fstore_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fstore_1</h4> <pre>public static java.lang.Byte fstore_1</pre> </li> </ul> <a name="fstore_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fstore_2</h4> <pre>public static java.lang.Byte fstore_2</pre> </li> </ul> <a name="fstore_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fstore_3</h4> <pre>public static java.lang.Byte fstore_3</pre> </li> </ul> <a name="dstore_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dstore_0</h4> <pre>public static java.lang.Byte dstore_0</pre> </li> </ul> <a name="dstore_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dstore_1</h4> <pre>public static java.lang.Byte dstore_1</pre> </li> </ul> <a name="dstore_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dstore_2</h4> <pre>public static java.lang.Byte dstore_2</pre> </li> </ul> <a name="dstore_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dstore_3</h4> <pre>public static java.lang.Byte dstore_3</pre> </li> </ul> <a name="astore_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>astore_0</h4> <pre>public static java.lang.Byte astore_0</pre> </li> </ul> <a name="astore_1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>astore_1</h4> <pre>public static java.lang.Byte astore_1</pre> </li> </ul> <a name="astore_2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>astore_2</h4> <pre>public static java.lang.Byte astore_2</pre> </li> </ul> <a name="astore_3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>astore_3</h4> <pre>public static java.lang.Byte astore_3</pre> </li> </ul> <a name="iastore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iastore</h4> <pre>public static java.lang.Byte iastore</pre> </li> </ul> <a name="lastore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lastore</h4> <pre>public static java.lang.Byte lastore</pre> </li> </ul> <a name="fastore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fastore</h4> <pre>public static java.lang.Byte fastore</pre> </li> </ul> <a name="dastore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dastore</h4> <pre>public static java.lang.Byte dastore</pre> </li> </ul> <a name="aastore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aastore</h4> <pre>public static java.lang.Byte aastore</pre> </li> </ul> <a name="bastore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bastore</h4> <pre>public static java.lang.Byte bastore</pre> </li> </ul> <a name="castore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>castore</h4> <pre>public static java.lang.Byte castore</pre> </li> </ul> <a name="sastore"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sastore</h4> <pre>public static java.lang.Byte sastore</pre> </li> </ul> <a name="pop"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pop</h4> <pre>public static java.lang.Byte pop</pre> </li> </ul> <a name="pop2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pop2</h4> <pre>public static java.lang.Byte pop2</pre> </li> </ul> <a name="dup"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dup</h4> <pre>public static java.lang.Byte dup</pre> </li> </ul> <a name="dup_x1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dup_x1</h4> <pre>public static java.lang.Byte dup_x1</pre> </li> </ul> <a name="dup_x2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dup_x2</h4> <pre>public static java.lang.Byte dup_x2</pre> </li> </ul> <a name="dup2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dup2</h4> <pre>public static java.lang.Byte dup2</pre> </li> </ul> <a name="dup2_x1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dup2_x1</h4> <pre>public static java.lang.Byte dup2_x1</pre> </li> </ul> <a name="dup2_x2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dup2_x2</h4> <pre>public static java.lang.Byte dup2_x2</pre> </li> </ul> <a name="swap"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>swap</h4> <pre>public static java.lang.Byte swap</pre> </li> </ul> <a name="iadd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iadd</h4> <pre>public static java.lang.Byte iadd</pre> </li> </ul> <a name="ladd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ladd</h4> <pre>public static java.lang.Byte ladd</pre> </li> </ul> <a name="fadd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fadd</h4> <pre>public static java.lang.Byte fadd</pre> </li> </ul> <a name="dadd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dadd</h4> <pre>public static java.lang.Byte dadd</pre> </li> </ul> <a name="isub"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isub</h4> <pre>public static java.lang.Byte isub</pre> </li> </ul> <a name="lsub"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lsub</h4> <pre>public static java.lang.Byte lsub</pre> </li> </ul> <a name="fsub"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fsub</h4> <pre>public static java.lang.Byte fsub</pre> </li> </ul> <a name="dsub"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dsub</h4> <pre>public static java.lang.Byte dsub</pre> </li> </ul> <a name="imul"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>imul</h4> <pre>public static java.lang.Byte imul</pre> </li> </ul> <a name="lmul"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lmul</h4> <pre>public static java.lang.Byte lmul</pre> </li> </ul> <a name="fmul"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fmul</h4> <pre>public static java.lang.Byte fmul</pre> </li> </ul> <a name="dmul"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dmul</h4> <pre>public static java.lang.Byte dmul</pre> </li> </ul> <a name="idiv"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>idiv</h4> <pre>public static java.lang.Byte idiv</pre> </li> </ul> <a name="ldiv"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ldiv</h4> <pre>public static java.lang.Byte ldiv</pre> </li> </ul> <a name="fdiv"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fdiv</h4> <pre>public static java.lang.Byte fdiv</pre> </li> </ul> <a name="ddiv"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ddiv</h4> <pre>public static java.lang.Byte ddiv</pre> </li> </ul> <a name="irem"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>irem</h4> <pre>public static java.lang.Byte irem</pre> </li> </ul> <a name="lrem"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lrem</h4> <pre>public static java.lang.Byte lrem</pre> </li> </ul> <a name="frem"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>frem</h4> <pre>public static java.lang.Byte frem</pre> </li> </ul> <a name="drem"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>drem</h4> <pre>public static java.lang.Byte drem</pre> </li> </ul> <a name="ineg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ineg</h4> <pre>public static java.lang.Byte ineg</pre> </li> </ul> <a name="lneg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lneg</h4> <pre>public static java.lang.Byte lneg</pre> </li> </ul> <a name="fneg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fneg</h4> <pre>public static java.lang.Byte fneg</pre> </li> </ul> <a name="dneg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dneg</h4> <pre>public static java.lang.Byte dneg</pre> </li> </ul> <a name="ishl"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ishl</h4> <pre>public static java.lang.Byte ishl</pre> </li> </ul> <a name="lshl"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lshl</h4> <pre>public static java.lang.Byte lshl</pre> </li> </ul> <a name="ishr"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ishr</h4> <pre>public static java.lang.Byte ishr</pre> </li> </ul> <a name="lshr"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lshr</h4> <pre>public static java.lang.Byte lshr</pre> </li> </ul> <a name="iushr"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iushr</h4> <pre>public static java.lang.Byte iushr</pre> </li> </ul> <a name="lushr"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lushr</h4> <pre>public static java.lang.Byte lushr</pre> </li> </ul> <a name="iand"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iand</h4> <pre>public static java.lang.Byte iand</pre> </li> </ul> <a name="land"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>land</h4> <pre>public static java.lang.Byte land</pre> </li> </ul> <a name="ior"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ior</h4> <pre>public static java.lang.Byte ior</pre> </li> </ul> <a name="lor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lor</h4> <pre>public static java.lang.Byte lor</pre> </li> </ul> <a name="ixor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ixor</h4> <pre>public static java.lang.Byte ixor</pre> </li> </ul> <a name="lxor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lxor</h4> <pre>public static java.lang.Byte lxor</pre> </li> </ul> <a name="iinc"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iinc</h4> <pre>public static java.lang.Byte iinc</pre> </li> </ul> <a name="i2l"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>i2l</h4> <pre>public static java.lang.Byte i2l</pre> </li> </ul> <a name="i2f"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>i2f</h4> <pre>public static java.lang.Byte i2f</pre> </li> </ul> <a name="i2d"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>i2d</h4> <pre>public static java.lang.Byte i2d</pre> </li> </ul> <a name="l2i"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>l2i</h4> <pre>public static java.lang.Byte l2i</pre> </li> </ul> <a name="l2f"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>l2f</h4> <pre>public static java.lang.Byte l2f</pre> </li> </ul> <a name="l2d"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>l2d</h4> <pre>public static java.lang.Byte l2d</pre> </li> </ul> <a name="f2i"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>f2i</h4> <pre>public static java.lang.Byte f2i</pre> </li> </ul> <a name="f2l"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>f2l</h4> <pre>public static java.lang.Byte f2l</pre> </li> </ul> <a name="f2d"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>f2d</h4> <pre>public static java.lang.Byte f2d</pre> </li> </ul> <a name="d2i"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>d2i</h4> <pre>public static java.lang.Byte d2i</pre> </li> </ul> <a name="d2l"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>d2l</h4> <pre>public static java.lang.Byte d2l</pre> </li> </ul> <a name="d2f"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>d2f</h4> <pre>public static java.lang.Byte d2f</pre> </li> </ul> <a name="i2b"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>i2b</h4> <pre>public static java.lang.Byte i2b</pre> </li> </ul> <a name="i2c"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>i2c</h4> <pre>public static java.lang.Byte i2c</pre> </li> </ul> <a name="i2s"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>i2s</h4> <pre>public static java.lang.Byte i2s</pre> </li> </ul> <a name="lcmp"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lcmp</h4> <pre>public static java.lang.Byte lcmp</pre> </li> </ul> <a name="fcmpl"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fcmpl</h4> <pre>public static java.lang.Byte fcmpl</pre> </li> </ul> <a name="fcmpg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fcmpg</h4> <pre>public static java.lang.Byte fcmpg</pre> </li> </ul> <a name="dcmpl"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dcmpl</h4> <pre>public static java.lang.Byte dcmpl</pre> </li> </ul> <a name="dcmpg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dcmpg</h4> <pre>public static java.lang.Byte dcmpg</pre> </li> </ul> <a name="ifeq"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ifeq</h4> <pre>public static java.lang.Byte ifeq</pre> </li> </ul> <a name="ifne"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ifne</h4> <pre>public static java.lang.Byte ifne</pre> </li> </ul> <a name="iflt"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iflt</h4> <pre>public static java.lang.Byte iflt</pre> </li> </ul> <a name="ifge"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ifge</h4> <pre>public static java.lang.Byte ifge</pre> </li> </ul> <a name="ifgt"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ifgt</h4> <pre>public static java.lang.Byte ifgt</pre> </li> </ul> <a name="ifle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ifle</h4> <pre>public static java.lang.Byte ifle</pre> </li> </ul> <a name="if_icmpeq"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_icmpeq</h4> <pre>public static java.lang.Byte if_icmpeq</pre> </li> </ul> <a name="if_icmpne"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_icmpne</h4> <pre>public static java.lang.Byte if_icmpne</pre> </li> </ul> <a name="if_icmplt"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_icmplt</h4> <pre>public static java.lang.Byte if_icmplt</pre> </li> </ul> <a name="if_icmpge"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_icmpge</h4> <pre>public static java.lang.Byte if_icmpge</pre> </li> </ul> <a name="if_icmpgt"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_icmpgt</h4> <pre>public static java.lang.Byte if_icmpgt</pre> </li> </ul> <a name="if_icmple"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_icmple</h4> <pre>public static java.lang.Byte if_icmple</pre> </li> </ul> <a name="if_acmpeq"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_acmpeq</h4> <pre>public static java.lang.Byte if_acmpeq</pre> </li> </ul> <a name="if_acmpne"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_acmpne</h4> <pre>public static java.lang.Byte if_acmpne</pre> </li> </ul> <a name="goto_"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>goto_</h4> <pre>public static java.lang.Byte goto_</pre> </li> </ul> <a name="jsr"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>jsr</h4> <pre>public static java.lang.Byte jsr</pre> </li> </ul> <a name="ret"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ret</h4> <pre>public static java.lang.Byte ret</pre> </li> </ul> <a name="tableswitch"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tableswitch</h4> <pre>public static java.lang.Byte tableswitch</pre> </li> </ul> <a name="lookupswitch"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lookupswitch</h4> <pre>public static java.lang.Byte lookupswitch</pre> </li> </ul> <a name="ireturn"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ireturn</h4> <pre>public static java.lang.Byte ireturn</pre> </li> </ul> <a name="lreturn"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lreturn</h4> <pre>public static java.lang.Byte lreturn</pre> </li> </ul> <a name="freturn"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>freturn</h4> <pre>public static java.lang.Byte freturn</pre> </li> </ul> <a name="dreturn"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dreturn</h4> <pre>public static java.lang.Byte dreturn</pre> </li> </ul> <a name="areturn"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>areturn</h4> <pre>public static java.lang.Byte areturn</pre> </li> </ul> <a name="return_"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>return_</h4> <pre>public static java.lang.Byte return_</pre> </li> </ul> <a name="getstatic"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getstatic</h4> <pre>public static java.lang.Byte getstatic</pre> </li> </ul> <a name="putstatic"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>putstatic</h4> <pre>public static java.lang.Byte putstatic</pre> </li> </ul> <a name="getfield"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getfield</h4> <pre>public static java.lang.Byte getfield</pre> </li> </ul> <a name="putfield"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>putfield</h4> <pre>public static java.lang.Byte putfield</pre> </li> </ul> <a name="invokevirtual"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>invokevirtual</h4> <pre>public static java.lang.Byte invokevirtual</pre> </li> </ul> <a name="invokespecial"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>invokespecial</h4> <pre>public static java.lang.Byte invokespecial</pre> </li> </ul> <a name="invokestatic"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>invokestatic</h4> <pre>public static java.lang.Byte invokestatic</pre> </li> </ul> <a name="invokeinterface"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>invokeinterface</h4> <pre>public static java.lang.Byte invokeinterface</pre> </li> </ul> <a name="new_"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>new_</h4> <pre>public static java.lang.Byte new_</pre> </li> </ul> <a name="newarray"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>newarray</h4> <pre>public static java.lang.Byte newarray</pre> </li> </ul> <a name="anewarray"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>anewarray</h4> <pre>public static java.lang.Byte anewarray</pre> </li> </ul> <a name="arraylength"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>arraylength</h4> <pre>public static java.lang.Byte arraylength</pre> </li> </ul> <a name="athrow"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>athrow</h4> <pre>public static java.lang.Byte athrow</pre> </li> </ul> <a name="checkcast"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>checkcast</h4> <pre>public static java.lang.Byte checkcast</pre> </li> </ul> <a name="instanceof_"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>instanceof_</h4> <pre>public static java.lang.Byte instanceof_</pre> </li> </ul> <a name="monitorenter"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>monitorenter</h4> <pre>public static java.lang.Byte monitorenter</pre> </li> </ul> <a name="monitorexit"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>monitorexit</h4> <pre>public static java.lang.Byte monitorexit</pre> </li> </ul> <a name="wide"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>wide</h4> <pre>public static java.lang.Byte wide</pre> </li> </ul> <a name="multianewarray"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>multianewarray</h4> <pre>public static java.lang.Byte multianewarray</pre> </li> </ul> <a name="ifnull"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ifnull</h4> <pre>public static java.lang.Byte ifnull</pre> </li> </ul> <a name="ifnonnull"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ifnonnull</h4> <pre>public static java.lang.Byte ifnonnull</pre> </li> </ul> <a name="goto_w"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>goto_w</h4> <pre>public static java.lang.Byte goto_w</pre> </li> </ul> <a name="jsr_w"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>jsr_w</h4> <pre>public static java.lang.Byte jsr_w</pre> </li> </ul> <a name="breakpoint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>breakpoint</h4> <pre>public static java.lang.Byte breakpoint</pre> </li> </ul> <a name="impdep1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>impdep1</h4> <pre>public static java.lang.Byte impdep1</pre> </li> </ul> <a name="impdep2"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>impdep2</h4> <pre>public static java.lang.Byte impdep2</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="JVMCode()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JVMCode</h4> <pre>public JVMCode()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="nconst_n(java.lang.String, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nconst_n</h4> <pre>public static java.lang.Byte nconst_n(java.lang.String s1, int n2) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nload(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nload</h4> <pre>public static java.lang.Byte nload(java.lang.String s)</pre> </li> </ul> <a name="nload_n(java.lang.String, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nload_n</h4> <pre>public static java.lang.Byte nload_n(java.lang.String s1, int n2) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="naload(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>naload</h4> <pre>public static java.lang.Byte naload(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nstore(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nstore</h4> <pre>public static java.lang.Byte nstore(java.lang.String s)</pre> </li> </ul> <a name="nstore_n(java.lang.String, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nstore_n</h4> <pre>public static java.lang.Byte nstore_n(java.lang.String s1, int n2) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nastore(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nastore</h4> <pre>public static java.lang.Byte nastore(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nadd(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nadd</h4> <pre>public static java.lang.Byte nadd(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nsub(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nsub</h4> <pre>public static java.lang.Byte nsub(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nmul(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nmul</h4> <pre>public static java.lang.Byte nmul(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="ndiv(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ndiv</h4> <pre>public static java.lang.Byte ndiv(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nrem(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nrem</h4> <pre>public static java.lang.Byte nrem(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nneg(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nneg</h4> <pre>public static java.lang.Byte nneg(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nshl(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nshl</h4> <pre>public static java.lang.Byte nshl(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nshr(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nshr</h4> <pre>public static java.lang.Byte nshr(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nushr(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nushr</h4> <pre>public static java.lang.Byte nushr(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nand(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nand</h4> <pre>public static java.lang.Byte nand(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nor(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nor</h4> <pre>public static java.lang.Byte nor(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nxor(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nxor</h4> <pre>public static java.lang.Byte nxor(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="n2n(java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>n2n</h4> <pre>public static java.lang.Byte n2n(java.lang.String s1, java.lang.String s2) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="ncmpl(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ncmpl</h4> <pre>public static java.lang.Byte ncmpl(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="ncmpg(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ncmpg</h4> <pre>public static java.lang.Byte ncmpg(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="if_ncmpeq(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_ncmpeq</h4> <pre>public static java.lang.Byte if_ncmpeq(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="if_ncmpne(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>if_ncmpne</h4> <pre>public static java.lang.Byte if_ncmpne(java.lang.String s) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="nreturn(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nreturn</h4> <pre>public static java.lang.Byte nreturn(java.lang.String s)</pre> </li> </ul> <a name="get_nType(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_nType</h4> <pre>public static int get_nType(java.lang.String type)</pre> </li> </ul> <a name="get_codegen_Type(java.lang.String, de.dhbwstuttgart.typeinference.Menge)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_codegen_Type</h4> <pre>public static java.lang.String get_codegen_Type(java.lang.String type, de.dhbwstuttgart.typeinference.Menge paralist)</pre> <div class="block">Liefert zu dem angegebenen Typ die entsprechende Repraesentation im Bytecode zurueck. Fuer integer bspw. I, fuer String Ljava/lang/String;. Wird im Menge paralist ein Objekt mit gleichen Namen gefunden, wird der Typ in Objekt geaendert (Typisierbare Klassen, hama).</div> </li> </ul> <a name="get_Command(de.dhbwstuttgart.typeinference.Menge)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_Command</h4> <pre>public static void get_Command(de.dhbwstuttgart.typeinference.Menge<java.lang.Byte> b) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <div class="block">Gibt die Liste der Bytecode-Commands auf dem Bildschirm aus (Logger Bytecode).</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="bytes_to_int(java.lang.Byte, java.lang.Byte, java.lang.Byte, java.lang.Byte)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bytes_to_int</h4> <pre>public static int bytes_to_int(java.lang.Byte b3, java.lang.Byte b2, java.lang.Byte b1, java.lang.Byte b0)</pre> </li> </ul> <a name="bytes_to_int(java.lang.Byte, java.lang.Byte)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bytes_to_int</h4> <pre>public static int bytes_to_int(java.lang.Byte b1, java.lang.Byte b0)</pre> </li> </ul> <a name="bytes_to_int(java.lang.Byte)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bytes_to_int</h4> <pre>public static int bytes_to_int(java.lang.Byte b)</pre> </li> </ul> <a name="shortToBytes(short)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>shortToBytes</h4> <pre>public static byte[] shortToBytes(short i)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="class-use/JVMCode.html">Use</a></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><a href="../../mycompiler/mybytecode/FieldInfo.html" title="class in mycompiler.mybytecode"><span class="strong">Prev Class</span></a></li> <li><a href="../../mycompiler/mybytecode/Key.html" title="class in mycompiler.mybytecode"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?mycompiler/mybytecode/JVMCode.html" target="_top">Frames</a></li> <li><a href="JVMCode.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>