1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <!--NewPage--> 3 <HTML> 4 <HEAD> 5 <!-- Generated by javadoc (build 1.6.0_26) on Tue Jan 10 12:29:36 EST 2012 --> 6 <TITLE> 7 com.google.dexmaker (dexmaker) 8 </TITLE> 9 10 <META NAME="date" CONTENT="2012-01-10"> 11 12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> 13 14 <SCRIPT type="text/javascript"> 15 function windowTitle() 16 { 17 if (location.href.indexOf('is-external=true') == -1) { 18 parent.document.title="com.google.dexmaker (dexmaker)"; 19 } 20 } 21 </SCRIPT> 22 <NOSCRIPT> 23 </NOSCRIPT> 24 25 </HEAD> 26 27 <BODY BGCOLOR="white" onload="windowTitle();"> 28 <HR> 29 30 31 <!-- ========= START OF TOP NAVBAR ======= --> 32 <A NAME="navbar_top"><!-- --></A> 33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A> 34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 35 <TR> 36 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 37 <A NAME="navbar_top_firstrow"><!-- --></A> 38 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 39 <TR ALIGN="center" VALIGN="top"> 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 41 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 47 </TR> 48 </TABLE> 49 </TD> 50 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 51 </EM> 52 </TD> 53 </TR> 54 55 <TR> 56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 57 PREV PACKAGE 58 <A HREF="../../../com/google/dexmaker/stock/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 59 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 60 <A HREF="../../../index.html?com/google/dexmaker/package-summary.html" target="_top"><B>FRAMES</B></A> 61 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 62 <SCRIPT type="text/javascript"> 63 <!-- 64 if(window==top) { 65 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 66 } 67 //--> 68 </SCRIPT> 69 <NOSCRIPT> 70 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 71 </NOSCRIPT> 72 73 74 </FONT></TD> 75 </TR> 76 </TABLE> 77 <A NAME="skip-navbar_top"></A> 78 <!-- ========= END OF TOP NAVBAR ========= --> 79 80 <HR> 81 <H2> 82 Package com.google.dexmaker 83 </H2> 84 85 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 86 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 87 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 88 <B>Class Summary</B></FONT></TH> 89 </TR> 90 <TR BGCOLOR="white" CLASS="TableRowColor"> 91 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A></B></TD> 92 <TD>Builds a sequence of instructions.</TD> 93 </TR> 94 <TR BGCOLOR="white" CLASS="TableRowColor"> 95 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker">DexMaker</A></B></TD> 96 <TD>Generates a </i><strong>D</strong>alvik <strong>EX</strong>ecutable (dex) 97 file for execution on Android.</TD> 98 </TR> 99 <TR BGCOLOR="white" CLASS="TableRowColor"> 100 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker">FieldId<D,V></A></B></TD> 101 <TD>Identifies a field.</TD> 102 </TR> 103 <TR BGCOLOR="white" CLASS="TableRowColor"> 104 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/Label.html" title="class in com.google.dexmaker">Label</A></B></TD> 105 <TD>A branch target in a list of instructions.</TD> 106 </TR> 107 <TR BGCOLOR="white" CLASS="TableRowColor"> 108 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/Local.html" title="class in com.google.dexmaker">Local<T></A></B></TD> 109 <TD>A temporary variable that holds a single value of a known type.</TD> 110 </TR> 111 <TR BGCOLOR="white" CLASS="TableRowColor"> 112 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId<D,R></A></B></TD> 113 <TD>Identifies a method or constructor.</TD> 114 </TR> 115 <TR BGCOLOR="white" CLASS="TableRowColor"> 116 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId<T></A></B></TD> 117 <TD>A primitive type, interface or class.</TD> 118 </TR> 119 </TABLE> 120 121 122 <P> 123 124 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 125 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 126 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 127 <B>Enum Summary</B></FONT></TH> 128 </TR> 129 <TR BGCOLOR="white" CLASS="TableRowColor"> 130 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/BinaryOp.html" title="enum in com.google.dexmaker">BinaryOp</A></B></TD> 131 <TD>An operation on two values of the same type.</TD> 132 </TR> 133 <TR BGCOLOR="white" CLASS="TableRowColor"> 134 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/Comparison.html" title="enum in com.google.dexmaker">Comparison</A></B></TD> 135 <TD>A comparison between two values of the same type.</TD> 136 </TR> 137 <TR BGCOLOR="white" CLASS="TableRowColor"> 138 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/UnaryOp.html" title="enum in com.google.dexmaker">UnaryOp</A></B></TD> 139 <TD>An operation on one value.</TD> 140 </TR> 141 </TABLE> 142 143 144 <P> 145 <DL> 146 </DL> 147 <HR> 148 149 150 <!-- ======= START OF BOTTOM NAVBAR ====== --> 151 <A NAME="navbar_bottom"><!-- --></A> 152 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 153 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 154 <TR> 155 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 156 <A NAME="navbar_bottom_firstrow"><!-- --></A> 157 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 158 <TR ALIGN="center" VALIGN="top"> 159 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 160 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 161 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 162 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 163 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 164 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 166 </TR> 167 </TABLE> 168 </TD> 169 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 170 </EM> 171 </TD> 172 </TR> 173 174 <TR> 175 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 176 PREV PACKAGE 177 <A HREF="../../../com/google/dexmaker/stock/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 178 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 179 <A HREF="../../../index.html?com/google/dexmaker/package-summary.html" target="_top"><B>FRAMES</B></A> 180 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 181 <SCRIPT type="text/javascript"> 182 <!-- 183 if(window==top) { 184 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 185 } 186 //--> 187 </SCRIPT> 188 <NOSCRIPT> 189 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 190 </NOSCRIPT> 191 192 193 </FONT></TD> 194 </TR> 195 </TABLE> 196 <A NAME="skip-navbar_bottom"></A> 197 <!-- ======== END OF BOTTOM NAVBAR ======= --> 198 199 <HR> 200 201 </BODY> 202 </HTML> 203