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 Index (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="Index (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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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 58 NEXT</FONT></TD> 59 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 60 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> 61 <A HREF="index-all.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 <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <HR> 81 <A NAME="_A_"><!-- --></A><H2> 82 <B>A</B></H2> 83 <DL> 84 <DT><A HREF="./com/google/dexmaker/Code.html#addCatchClause(com.google.dexmaker.TypeId, com.google.dexmaker.Label)"><B>addCatchClause(TypeId<? extends Throwable>, Label)</B></A> - 85 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 86 <DD>Registers <code>catchClause</code> as a branch target for all instructions 87 in this frame that throw a class assignable to <code>toCatch</code>. 88 <DT><A HREF="./com/google/dexmaker/Code.html#aget(com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>aget(Local<?>, Local<?>, Local<Integer>)</B></A> - 89 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 90 <DD>Assigns <code>target</code> to the element of <code>array</code> at index <code>index</code>. 91 <DT><A HREF="./com/google/dexmaker/Code.html#aput(com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>aput(Local<?>, Local<Integer>, Local<?>)</B></A> - 92 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 93 <DD>Sets the element at <code>index</code> in <code>array</code> the value in <code>source</code>. 94 <DT><A HREF="./com/google/dexmaker/Code.html#arrayLength(com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>arrayLength(Local<Integer>, Local<T>)</B></A> - 95 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 96 <DD>Sets <code>target</code> to the length of the array in <code>array</code>. 97 </DL> 98 <HR> 99 <A NAME="_B_"><!-- --></A><H2> 100 <B>B</B></H2> 101 <DL> 102 <DT><A HREF="./com/google/dexmaker/BinaryOp.html" title="enum in com.google.dexmaker"><B>BinaryOp</B></A> - Enum in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>An operation on two values of the same type.<DT><A HREF="./com/google/dexmaker/TypeId.html#BOOLEAN"><B>BOOLEAN</B></A> - 103 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 104 <DD>The <code>boolean</code> primitive type. 105 <DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#build()"><B>build()</B></A> - 106 Method in class com.google.dexmaker.stock.<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock">ProxyBuilder</A> 107 <DD>Create a new instance of the class to proxy. 108 <DT><A HREF="./com/google/dexmaker/TypeId.html#BYTE"><B>BYTE</B></A> - 109 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 110 <DD>The <code>byte</code> primitive type. 111 </DL> 112 <HR> 113 <A NAME="_C_"><!-- --></A><H2> 114 <B>C</B></H2> 115 <DL> 116 <DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#callSuper(java.lang.Object, java.lang.reflect.Method, java.lang.Object...)"><B>callSuper(Object, Method, Object...)</B></A> - 117 Static method in class com.google.dexmaker.stock.<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock">ProxyBuilder</A> 118 <DD> 119 <DT><A HREF="./com/google/dexmaker/Code.html#cast(com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>cast(Local<?>, Local<?>)</B></A> - 120 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 121 <DD>Performs either a numeric cast or a type cast. 122 <DT><A HREF="./com/google/dexmaker/TypeId.html#CHAR"><B>CHAR</B></A> - 123 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 124 <DD>The <code>char</code> primitive type. 125 <DT><A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker"><B>Code</B></A> - Class in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>Builds a sequence of instructions.<DT><A HREF="./com/google/dexmaker/package-summary.html"><B>com.google.dexmaker</B></A> - package com.google.dexmaker<DD> <DT><A HREF="./com/google/dexmaker/stock/package-summary.html"><B>com.google.dexmaker.stock</B></A> - package com.google.dexmaker.stock<DD> <DT><A HREF="./com/google/dexmaker/Code.html#compare(com.google.dexmaker.Comparison, com.google.dexmaker.Label, com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>compare(Comparison, Label, Local<T>, Local<T>)</B></A> - 126 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 127 <DD>Compare ints or references. 128 <DT><A HREF="./com/google/dexmaker/Code.html#compareFloatingPoint(com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local, int)"><B>compareFloatingPoint(Local<Integer>, Local<T>, Local<T>, int)</B></A> - 129 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 130 <DD>Compare floats or doubles. 131 <DT><A HREF="./com/google/dexmaker/Code.html#compareLongs(com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>compareLongs(Local<Integer>, Local<Long>, Local<Long>)</B></A> - 132 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 133 <DD>Compare longs. 134 <DT><A HREF="./com/google/dexmaker/Comparison.html" title="enum in com.google.dexmaker"><B>Comparison</B></A> - Enum in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>A comparison between two values of the same type.<DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#constructorArgTypes(java.lang.Class...)"><B>constructorArgTypes(Class<?>...)</B></A> - 135 Method in class com.google.dexmaker.stock.<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock">ProxyBuilder</A> 136 <DD> 137 <DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#constructorArgValues(java.lang.Object...)"><B>constructorArgValues(Object...)</B></A> - 138 Method in class com.google.dexmaker.stock.<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock">ProxyBuilder</A> 139 <DD> 140 </DL> 141 <HR> 142 <A NAME="_D_"><!-- --></A><H2> 143 <B>D</B></H2> 144 <DL> 145 <DT><A HREF="./com/google/dexmaker/DexMaker.html#declare(com.google.dexmaker.TypeId, java.lang.String, int, com.google.dexmaker.TypeId, com.google.dexmaker.TypeId...)"><B>declare(TypeId<?>, String, int, TypeId<?>, TypeId<?>...)</B></A> - 146 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker">DexMaker</A> 147 <DD>Declares <code>type</code>. 148 <DT><A HREF="./com/google/dexmaker/DexMaker.html#declare(com.google.dexmaker.MethodId, int)"><B>declare(MethodId<?, ?>, int)</B></A> - 149 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker">DexMaker</A> 150 <DD>Declares a method or constructor. 151 <DT><A HREF="./com/google/dexmaker/DexMaker.html#declare(com.google.dexmaker.FieldId, int, java.lang.Object)"><B>declare(FieldId<?, ?>, int, Object)</B></A> - 152 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker">DexMaker</A> 153 <DD>Declares a field. 154 <DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#dexCache(java.io.File)"><B>dexCache(File)</B></A> - 155 Method in class com.google.dexmaker.stock.<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock">ProxyBuilder</A> 156 <DD> 157 <DT><A HREF="./com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker"><B>DexMaker</B></A> - Class in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>Generates a </i><strong>D</strong>alvik <strong>EX</strong>ecutable (dex) 158 file for execution on Android.<DT><A HREF="./com/google/dexmaker/DexMaker.html#DexMaker()"><B>DexMaker()</B></A> - 159 Constructor for class com.google.dexmaker.<A HREF="./com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker">DexMaker</A> 160 <DD>Creates a new <code>DexMaker</code> instance, which can be used to create a 161 single dex file. 162 <DT><A HREF="./com/google/dexmaker/TypeId.html#DOUBLE"><B>DOUBLE</B></A> - 163 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 164 <DD>The <code>double</code> primitive type. 165 </DL> 166 <HR> 167 <A NAME="_E_"><!-- --></A><H2> 168 <B>E</B></H2> 169 <DL> 170 <DT><A HREF="./com/google/dexmaker/FieldId.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 171 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker">FieldId</A> 172 <DD> 173 <DT><A HREF="./com/google/dexmaker/MethodId.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 174 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A> 175 <DD> 176 <DT><A HREF="./com/google/dexmaker/TypeId.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 177 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 178 <DD> 179 </DL> 180 <HR> 181 <A NAME="_F_"><!-- --></A><H2> 182 <B>F</B></H2> 183 <DL> 184 <DT><A HREF="./com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker"><B>FieldId</B></A><<A HREF="./com/google/dexmaker/FieldId.html" title="type parameter in FieldId">D</A>,<A HREF="./com/google/dexmaker/FieldId.html" title="type parameter in FieldId">V</A>> - Class in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>Identifies a field.<DT><A HREF="./com/google/dexmaker/TypeId.html#FLOAT"><B>FLOAT</B></A> - 185 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 186 <DD>The <code>float</code> primitive type. 187 <DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#forClass(java.lang.Class)"><B>forClass(Class<T>)</B></A> - 188 Static method in class com.google.dexmaker.stock.<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock">ProxyBuilder</A> 189 <DD> 190 </DL> 191 <HR> 192 <A NAME="_G_"><!-- --></A><H2> 193 <B>G</B></H2> 194 <DL> 195 <DT><A HREF="./com/google/dexmaker/DexMaker.html#generate()"><B>generate()</B></A> - 196 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker">DexMaker</A> 197 <DD>Generates a dex file and returns its bytes. 198 <DT><A HREF="./com/google/dexmaker/DexMaker.html#generateAndLoad(java.lang.ClassLoader, java.io.File)"><B>generateAndLoad(ClassLoader, File)</B></A> - 199 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker">DexMaker</A> 200 <DD>Generates a dex file and loads its types into the current process. 201 <DT><A HREF="./com/google/dexmaker/TypeId.html#get(java.lang.String)"><B>get(String)</B></A> - 202 Static method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 203 <DD> 204 <DT><A HREF="./com/google/dexmaker/TypeId.html#get(java.lang.Class)"><B>get(Class<T>)</B></A> - 205 Static method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 206 <DD> 207 <DT><A HREF="./com/google/dexmaker/TypeId.html#getConstructor(com.google.dexmaker.TypeId...)"><B>getConstructor(TypeId<?>...)</B></A> - 208 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 209 <DD> 210 <DT><A HREF="./com/google/dexmaker/FieldId.html#getDeclaringType()"><B>getDeclaringType()</B></A> - 211 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker">FieldId</A> 212 <DD> 213 <DT><A HREF="./com/google/dexmaker/MethodId.html#getDeclaringType()"><B>getDeclaringType()</B></A> - 214 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A> 215 <DD> 216 <DT><A HREF="./com/google/dexmaker/TypeId.html#getField(com.google.dexmaker.TypeId, java.lang.String)"><B>getField(TypeId<V>, String)</B></A> - 217 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 218 <DD> 219 <DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#getInvocationHandler(java.lang.Object)"><B>getInvocationHandler(Object)</B></A> - 220 Static method in class com.google.dexmaker.stock.<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock">ProxyBuilder</A> 221 <DD>Returns the proxy's <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>InvocationHandler</CODE></A>. 222 <DT><A HREF="./com/google/dexmaker/TypeId.html#getMethod(com.google.dexmaker.TypeId, java.lang.String, com.google.dexmaker.TypeId...)"><B>getMethod(TypeId<R>, String, TypeId<?>...)</B></A> - 223 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 224 <DD> 225 <DT><A HREF="./com/google/dexmaker/FieldId.html#getName()"><B>getName()</B></A> - 226 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker">FieldId</A> 227 <DD> 228 <DT><A HREF="./com/google/dexmaker/MethodId.html#getName()"><B>getName()</B></A> - 229 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A> 230 <DD>Returns the method's name. 231 <DT><A HREF="./com/google/dexmaker/TypeId.html#getName()"><B>getName()</B></A> - 232 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 233 <DD> 234 <DT><A HREF="./com/google/dexmaker/Code.html#getParameter(int, com.google.dexmaker.TypeId)"><B>getParameter(int, TypeId<T>)</B></A> - 235 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 236 <DD>Returns the local for the parameter at index <code>index</code> and of type 237 <code>type</code>. 238 <DT><A HREF="./com/google/dexmaker/MethodId.html#getParameters()"><B>getParameters()</B></A> - 239 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A> 240 <DD> 241 <DT><A HREF="./com/google/dexmaker/MethodId.html#getReturnType()"><B>getReturnType()</B></A> - 242 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A> 243 <DD> 244 <DT><A HREF="./com/google/dexmaker/Code.html#getThis(com.google.dexmaker.TypeId)"><B>getThis(TypeId<T>)</B></A> - 245 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 246 <DD>Returns the local for <code>this</code> of type <code>type</code>. 247 <DT><A HREF="./com/google/dexmaker/FieldId.html#getType()"><B>getType()</B></A> - 248 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker">FieldId</A> 249 <DD> 250 <DT><A HREF="./com/google/dexmaker/Local.html#getType()"><B>getType()</B></A> - 251 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Local.html" title="class in com.google.dexmaker">Local</A> 252 <DD> 253 </DL> 254 <HR> 255 <A NAME="_H_"><!-- --></A><H2> 256 <B>H</B></H2> 257 <DL> 258 <DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#handler(java.lang.reflect.InvocationHandler)"><B>handler(InvocationHandler)</B></A> - 259 Method in class com.google.dexmaker.stock.<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock">ProxyBuilder</A> 260 <DD> 261 <DT><A HREF="./com/google/dexmaker/FieldId.html#hashCode()"><B>hashCode()</B></A> - 262 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker">FieldId</A> 263 <DD> 264 <DT><A HREF="./com/google/dexmaker/MethodId.html#hashCode()"><B>hashCode()</B></A> - 265 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A> 266 <DD> 267 <DT><A HREF="./com/google/dexmaker/TypeId.html#hashCode()"><B>hashCode()</B></A> - 268 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 269 <DD> 270 </DL> 271 <HR> 272 <A NAME="_I_"><!-- --></A><H2> 273 <B>I</B></H2> 274 <DL> 275 <DT><A HREF="./com/google/dexmaker/Code.html#iget(com.google.dexmaker.FieldId, com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>iget(FieldId<D, V>, Local<V>, Local<D>)</B></A> - 276 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 277 <DD>Copies the value in instance field <code>fieldId</code> of <code>instance</code> to 278 <code>target</code>. 279 <DT><A HREF="./com/google/dexmaker/Code.html#instanceOfType(com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.TypeId)"><B>instanceOfType(Local<?>, Local<?>, TypeId<?>)</B></A> - 280 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 281 <DD>Tests if the value in <code>source</code> is assignable to <code>type</code>. 282 <DT><A HREF="./com/google/dexmaker/TypeId.html#INT"><B>INT</B></A> - 283 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 284 <DD>The <code>int</code> primitive type. 285 <DT><A HREF="./com/google/dexmaker/Code.html#invokeDirect(com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local...)"><B>invokeDirect(MethodId<D, R>, Local<? super R>, Local<? extends D>, Local<?>...)</B></A> - 286 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 287 <DD>Calls <code>method</code> of <code>instance</code> using <code>args</code> and assigns 288 the result to <code>target</code>. 289 <DT><A HREF="./com/google/dexmaker/Code.html#invokeInterface(com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local...)"><B>invokeInterface(MethodId<D, R>, Local<? super R>, Local<? extends D>, Local<?>...)</B></A> - 290 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 291 <DD>Calls the interface method <code>method</code> of <code>instance</code> using 292 <code>args</code> and assigns the result to <code>target</code>. 293 <DT><A HREF="./com/google/dexmaker/Code.html#invokeStatic(com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local...)"><B>invokeStatic(MethodId<?, R>, Local<? super R>, Local<?>...)</B></A> - 294 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 295 <DD>Calls the static method <code>method</code> using <code>args</code> and assigns the 296 result to <code>target</code>. 297 <DT><A HREF="./com/google/dexmaker/Code.html#invokeSuper(com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local...)"><B>invokeSuper(MethodId<D, R>, Local<? super R>, Local<? extends D>, Local<?>...)</B></A> - 298 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 299 <DD>Calls the closest superclass's virtual method <code>method</code> of <code>instance</code> using <code>args</code> and assigns the result to <code>target</code>. 300 <DT><A HREF="./com/google/dexmaker/Code.html#invokeVirtual(com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local...)"><B>invokeVirtual(MethodId<D, R>, Local<? super R>, Local<? extends D>, Local<?>...)</B></A> - 301 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 302 <DD>Calls the non-private instance method <code>method</code> of <code>instance</code> 303 using <code>args</code> and assigns the result to <code>target</code>. 304 <DT><A HREF="./com/google/dexmaker/Code.html#iput(com.google.dexmaker.FieldId, com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>iput(FieldId<D, V>, Local<D>, Local<V>)</B></A> - 305 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 306 <DD>Copies the value in <code>source</code> to the instance field <code>fieldId</code> 307 of <code>instance</code>. 308 <DT><A HREF="./com/google/dexmaker/MethodId.html#isConstructor()"><B>isConstructor()</B></A> - 309 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A> 310 <DD>Returns true if this method is a constructor for its declaring class. 311 </DL> 312 <HR> 313 <A NAME="_J_"><!-- --></A><H2> 314 <B>J</B></H2> 315 <DL> 316 <DT><A HREF="./com/google/dexmaker/Code.html#jump(com.google.dexmaker.Label)"><B>jump(Label)</B></A> - 317 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 318 <DD>Transfers flow control to the instructions at <code>target</code>. 319 </DL> 320 <HR> 321 <A NAME="_L_"><!-- --></A><H2> 322 <B>L</B></H2> 323 <DL> 324 <DT><A HREF="./com/google/dexmaker/Label.html" title="class in com.google.dexmaker"><B>Label</B></A> - Class in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>A branch target in a list of instructions.<DT><A HREF="./com/google/dexmaker/Label.html#Label()"><B>Label()</B></A> - 325 Constructor for class com.google.dexmaker.<A HREF="./com/google/dexmaker/Label.html" title="class in com.google.dexmaker">Label</A> 326 <DD> 327 <DT><A HREF="./com/google/dexmaker/Code.html#loadConstant(com.google.dexmaker.Local, T)"><B>loadConstant(Local<T>, T)</B></A> - 328 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 329 <DD>Copies the constant value <code>value</code> to <code>target</code>. 330 <DT><A HREF="./com/google/dexmaker/Local.html" title="class in com.google.dexmaker"><B>Local</B></A><<A HREF="./com/google/dexmaker/Local.html" title="type parameter in Local">T</A>> - Class in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>A temporary variable that holds a single value of a known type.<DT><A HREF="./com/google/dexmaker/TypeId.html#LONG"><B>LONG</B></A> - 331 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 332 <DD>The <code>long</code> primitive type. 333 </DL> 334 <HR> 335 <A NAME="_M_"><!-- --></A><H2> 336 <B>M</B></H2> 337 <DL> 338 <DT><A HREF="./com/google/dexmaker/Code.html#mark(com.google.dexmaker.Label)"><B>mark(Label)</B></A> - 339 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 340 <DD>Start defining instructions for the named label. 341 <DT><A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker"><B>MethodId</B></A><<A HREF="./com/google/dexmaker/MethodId.html" title="type parameter in MethodId">D</A>,<A HREF="./com/google/dexmaker/MethodId.html" title="type parameter in MethodId">R</A>> - Class in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>Identifies a method or constructor.<DT><A HREF="./com/google/dexmaker/Code.html#monitorEnter(com.google.dexmaker.Local)"><B>monitorEnter(Local<?>)</B></A> - 342 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 343 <DD>Awaits the lock on <code>monitor</code>, and acquires it. 344 <DT><A HREF="./com/google/dexmaker/Code.html#monitorExit(com.google.dexmaker.Local)"><B>monitorExit(Local<?>)</B></A> - 345 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 346 <DD>Releases the held lock on <code>monitor</code>. 347 <DT><A HREF="./com/google/dexmaker/Code.html#move(com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>move(Local<T>, Local<T>)</B></A> - 348 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 349 <DD>Copies the value in <code>source</code> to <code>target</code>. 350 </DL> 351 <HR> 352 <A NAME="_N_"><!-- --></A><H2> 353 <B>N</B></H2> 354 <DL> 355 <DT><A HREF="./com/google/dexmaker/Code.html#newArray(com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>newArray(Local<T>, Local<Integer>)</B></A> - 356 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 357 <DD>Assigns <code>target</code> to a newly allocated array of length <code>length</code>. 358 <DT><A HREF="./com/google/dexmaker/Code.html#newInstance(com.google.dexmaker.Local, com.google.dexmaker.MethodId, com.google.dexmaker.Local...)"><B>newInstance(Local<T>, MethodId<T, Void>, Local<?>...)</B></A> - 359 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 360 <DD>Calls the constructor <code>constructor</code> using <code>args</code> and assigns 361 the new instance to <code>target</code>. 362 <DT><A HREF="./com/google/dexmaker/Code.html#newLocal(com.google.dexmaker.TypeId)"><B>newLocal(TypeId<T>)</B></A> - 363 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 364 <DD>Allocates a new local variable of type <code>type</code>. 365 </DL> 366 <HR> 367 <A NAME="_O_"><!-- --></A><H2> 368 <B>O</B></H2> 369 <DL> 370 <DT><A HREF="./com/google/dexmaker/TypeId.html#OBJECT"><B>OBJECT</B></A> - 371 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 372 <DD>The <code>Object</code> type. 373 <DT><A HREF="./com/google/dexmaker/Code.html#op(com.google.dexmaker.UnaryOp, com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>op(UnaryOp, Local<T>, Local<T>)</B></A> - 374 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 375 <DD>Executes <code>op</code> and sets <code>target</code> to the result. 376 <DT><A HREF="./com/google/dexmaker/Code.html#op(com.google.dexmaker.BinaryOp, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>op(BinaryOp, Local<T>, Local<T>, Local<T>)</B></A> - 377 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 378 <DD>Executes <code>op</code> and sets <code>target</code> to the result. 379 </DL> 380 <HR> 381 <A NAME="_P_"><!-- --></A><H2> 382 <B>P</B></H2> 383 <DL> 384 <DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#parentClassLoader(java.lang.ClassLoader)"><B>parentClassLoader(ClassLoader)</B></A> - 385 Method in class com.google.dexmaker.stock.<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock">ProxyBuilder</A> 386 <DD>Specifies the parent ClassLoader to use when creating the proxy. 387 <DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="class in com.google.dexmaker.stock"><B>ProxyBuilder</B></A><<A HREF="./com/google/dexmaker/stock/ProxyBuilder.html" title="type parameter in ProxyBuilder">T</A>> - Class in <A HREF="./com/google/dexmaker/stock/package-summary.html">com.google.dexmaker.stock</A><DD>Creates dynamic proxies of concrete classes.</DL> 388 <HR> 389 <A NAME="_R_"><!-- --></A><H2> 390 <B>R</B></H2> 391 <DL> 392 <DT><A HREF="./com/google/dexmaker/Code.html#removeCatchClause(com.google.dexmaker.TypeId)"><B>removeCatchClause(TypeId<? extends Throwable>)</B></A> - 393 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 394 <DD>Deregisters the catch clause label for <code>toCatch</code> and returns it. 395 <DT><A HREF="./com/google/dexmaker/Code.html#returnValue(com.google.dexmaker.Local)"><B>returnValue(Local<?>)</B></A> - 396 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 397 <DD>Returns the value in <code>result</code> to the calling method. 398 <DT><A HREF="./com/google/dexmaker/Code.html#returnVoid()"><B>returnVoid()</B></A> - 399 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 400 <DD>Returns from a <code>void</code> method. 401 </DL> 402 <HR> 403 <A NAME="_S_"><!-- --></A><H2> 404 <B>S</B></H2> 405 <DL> 406 <DT><A HREF="./com/google/dexmaker/Code.html#sget(com.google.dexmaker.FieldId, com.google.dexmaker.Local)"><B>sget(FieldId<?, V>, Local<V>)</B></A> - 407 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 408 <DD>Copies the value in <code>target</code> to the static field <code>fieldId</code>. 409 <DT><A HREF="./com/google/dexmaker/TypeId.html#SHORT"><B>SHORT</B></A> - 410 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 411 <DD>The <code>short</code> primitive type. 412 <DT><A HREF="./com/google/dexmaker/Code.html#sput(com.google.dexmaker.FieldId, com.google.dexmaker.Local)"><B>sput(FieldId<?, V>, Local<V>)</B></A> - 413 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 414 <DD>Copies the value in <code>source</code> to the static field <code>fieldId</code>. 415 <DT><A HREF="./com/google/dexmaker/TypeId.html#STRING"><B>STRING</B></A> - 416 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 417 <DD>The <code>String</code> type. 418 </DL> 419 <HR> 420 <A NAME="_T_"><!-- --></A><H2> 421 <B>T</B></H2> 422 <DL> 423 <DT><A HREF="./com/google/dexmaker/Code.html#throwValue(com.google.dexmaker.Local)"><B>throwValue(Local<? extends Throwable>)</B></A> - 424 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker">Code</A> 425 <DD>Throws the throwable in <code>toThrow</code>. 426 <DT><A HREF="./com/google/dexmaker/FieldId.html#toString()"><B>toString()</B></A> - 427 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker">FieldId</A> 428 <DD> 429 <DT><A HREF="./com/google/dexmaker/Local.html#toString()"><B>toString()</B></A> - 430 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/Local.html" title="class in com.google.dexmaker">Local</A> 431 <DD> 432 <DT><A HREF="./com/google/dexmaker/MethodId.html#toString()"><B>toString()</B></A> - 433 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A> 434 <DD> 435 <DT><A HREF="./com/google/dexmaker/TypeId.html#toString()"><B>toString()</B></A> - 436 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 437 <DD> 438 <DT><A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker"><B>TypeId</B></A><<A HREF="./com/google/dexmaker/TypeId.html" title="type parameter in TypeId">T</A>> - Class in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>A primitive type, interface or class.</DL> 439 <HR> 440 <A NAME="_U_"><!-- --></A><H2> 441 <B>U</B></H2> 442 <DL> 443 <DT><A HREF="./com/google/dexmaker/UnaryOp.html" title="enum in com.google.dexmaker"><B>UnaryOp</B></A> - Enum in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>An operation on one value.</DL> 444 <HR> 445 <A NAME="_V_"><!-- --></A><H2> 446 <B>V</B></H2> 447 <DL> 448 <DT><A HREF="./com/google/dexmaker/BinaryOp.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 449 Static method in enum com.google.dexmaker.<A HREF="./com/google/dexmaker/BinaryOp.html" title="enum in com.google.dexmaker">BinaryOp</A> 450 <DD>Returns the enum constant of this type with the specified name. 451 <DT><A HREF="./com/google/dexmaker/Comparison.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 452 Static method in enum com.google.dexmaker.<A HREF="./com/google/dexmaker/Comparison.html" title="enum in com.google.dexmaker">Comparison</A> 453 <DD>Returns the enum constant of this type with the specified name. 454 <DT><A HREF="./com/google/dexmaker/UnaryOp.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 455 Static method in enum com.google.dexmaker.<A HREF="./com/google/dexmaker/UnaryOp.html" title="enum in com.google.dexmaker">UnaryOp</A> 456 <DD>Returns the enum constant of this type with the specified name. 457 <DT><A HREF="./com/google/dexmaker/BinaryOp.html#values()"><B>values()</B></A> - 458 Static method in enum com.google.dexmaker.<A HREF="./com/google/dexmaker/BinaryOp.html" title="enum in com.google.dexmaker">BinaryOp</A> 459 <DD>Returns an array containing the constants of this enum type, in 460 the order they are declared. 461 <DT><A HREF="./com/google/dexmaker/Comparison.html#values()"><B>values()</B></A> - 462 Static method in enum com.google.dexmaker.<A HREF="./com/google/dexmaker/Comparison.html" title="enum in com.google.dexmaker">Comparison</A> 463 <DD>Returns an array containing the constants of this enum type, in 464 the order they are declared. 465 <DT><A HREF="./com/google/dexmaker/UnaryOp.html#values()"><B>values()</B></A> - 466 Static method in enum com.google.dexmaker.<A HREF="./com/google/dexmaker/UnaryOp.html" title="enum in com.google.dexmaker">UnaryOp</A> 467 <DD>Returns an array containing the constants of this enum type, in 468 the order they are declared. 469 <DT><A HREF="./com/google/dexmaker/TypeId.html#VOID"><B>VOID</B></A> - 470 Static variable in class com.google.dexmaker.<A HREF="./com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker">TypeId</A> 471 <DD>The <code>void</code> primitive type. 472 </DL> 473 <HR> 474 <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> 475 476 <!-- ======= START OF BOTTOM NAVBAR ====== --> 477 <A NAME="navbar_bottom"><!-- --></A> 478 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 479 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 480 <TR> 481 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 482 <A NAME="navbar_bottom_firstrow"><!-- --></A> 483 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 484 <TR ALIGN="center" VALIGN="top"> 485 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 486 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> 487 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 488 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 489 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 490 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> 491 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 492 </TR> 493 </TABLE> 494 </TD> 495 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 496 </EM> 497 </TD> 498 </TR> 499 500 <TR> 501 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 502 PREV 503 NEXT</FONT></TD> 504 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 505 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> 506 <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> 507 <SCRIPT type="text/javascript"> 508 <!-- 509 if(window==top) { 510 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>'); 511 } 512 //--> 513 </SCRIPT> 514 <NOSCRIPT> 515 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A> 516 </NOSCRIPT> 517 518 519 </FONT></TD> 520 </TR> 521 </TABLE> 522 <A NAME="skip-navbar_bottom"></A> 523 <!-- ======== END OF BOTTOM NAVBAR ======= --> 524 525 <HR> 526 527 </BODY> 528 </HTML> 529