Home | History | Annotate | Download | only in dexmaker
      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 Label (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="Label (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>&nbsp;</TD>
     41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
     42   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
     43   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
     44   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
     45   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
     46   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</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 &nbsp;<A HREF="../../../com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker"><B>PREV CLASS</B></A>&nbsp;
     58 &nbsp;<A HREF="../../../com/google/dexmaker/Local.html" title="class in com.google.dexmaker"><B>NEXT CLASS</B></A></FONT></TD>
     59 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
     60   <A HREF="../../../index.html?com/google/dexmaker/Label.html" target="_top"><B>FRAMES</B></A>  &nbsp;
     61 &nbsp;<A HREF="Label.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
     62 &nbsp;<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 <TR>
     77 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
     78   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
     79 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
     80 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
     81 </TR>
     82 </TABLE>
     83 <A NAME="skip-navbar_top"></A>
     84 <!-- ========= END OF TOP NAVBAR ========= -->
     85 
     86 <HR>
     87 <!-- ======== START OF CLASS DATA ======== -->
     88 <H2>
     89 <FONT SIZE="-1">
     90 com.google.dexmaker</FONT>
     91 <BR>
     92 Class Label</H2>
     93 <PRE>
     94 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
     95   <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>com.google.dexmaker.Label</B>
     96 </PRE>
     97 <HR>
     98 <DL>
     99 <DT><PRE>public final class <B>Label</B><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
    100 </PRE>
    101 
    102 <P>
    103 A branch target in a list of instructions.
    104 <P>
    105 
    106 <P>
    107 <HR>
    108 
    109 <P>
    110 
    111 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
    112 
    113 <A NAME="constructor_summary"><!-- --></A>
    114 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
    115 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
    116 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
    117 <B>Constructor Summary</B></FONT></TH>
    118 </TR>
    119 <TR BGCOLOR="white" CLASS="TableRowColor">
    120 <TD><CODE><B><A HREF="../../../com/google/dexmaker/Label.html#Label()">Label</A></B>()</CODE>
    121 
    122 <BR>
    123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
    124 </TR>
    125 </TABLE>
    126 &nbsp;
    127 <!-- ========== METHOD SUMMARY =========== -->
    128 
    129 <A NAME="method_summary"><!-- --></A>
    130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
    131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
    132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
    133 <B>Method Summary</B></FONT></TH>
    134 </TR>
    135 </TABLE>
    136 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
    137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
    138 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
    139 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
    140 </TR>
    141 <TR BGCOLOR="white" CLASS="TableRowColor">
    142 <TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
    143 </TR>
    144 </TABLE>
    145 &nbsp;
    146 <P>
    147 
    148 <!-- ========= CONSTRUCTOR DETAIL ======== -->
    149 
    150 <A NAME="constructor_detail"><!-- --></A>
    151 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
    152 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
    153 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
    154 <B>Constructor Detail</B></FONT></TH>
    155 </TR>
    156 </TABLE>
    157 
    158 <A NAME="Label()"><!-- --></A><H3>
    159 Label</H3>
    160 <PRE>
    161 public <B>Label</B>()</PRE>
    162 <DL>
    163 </DL>
    164 <!-- ========= END OF CLASS DATA ========= -->
    165 <HR>
    166 
    167 
    168 <!-- ======= START OF BOTTOM NAVBAR ====== -->
    169 <A NAME="navbar_bottom"><!-- --></A>
    170 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
    171 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
    172 <TR>
    173 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
    174 <A NAME="navbar_bottom_firstrow"><!-- --></A>
    175 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
    176   <TR ALIGN="center" VALIGN="top">
    177   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
    178   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
    179   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
    180   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
    181   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
    182   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
    183   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
    184   </TR>
    185 </TABLE>
    186 </TD>
    187 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
    188 </EM>
    189 </TD>
    190 </TR>
    191 
    192 <TR>
    193 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
    194 &nbsp;<A HREF="../../../com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker"><B>PREV CLASS</B></A>&nbsp;
    195 &nbsp;<A HREF="../../../com/google/dexmaker/Local.html" title="class in com.google.dexmaker"><B>NEXT CLASS</B></A></FONT></TD>
    196 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
    197   <A HREF="../../../index.html?com/google/dexmaker/Label.html" target="_top"><B>FRAMES</B></A>  &nbsp;
    198 &nbsp;<A HREF="Label.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
    199 &nbsp;<SCRIPT type="text/javascript">
    200   <!--
    201   if(window==top) {
    202     document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
    203   }
    204   //-->
    205 </SCRIPT>
    206 <NOSCRIPT>
    207   <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
    208 </NOSCRIPT>
    209 
    210 
    211 </FONT></TD>
    212 </TR>
    213 <TR>
    214 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
    215   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
    216 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
    217 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
    218 </TR>
    219 </TABLE>
    220 <A NAME="skip-navbar_bottom"></A>
    221 <!-- ======== END OF BOTTOM NAVBAR ======= -->
    222 
    223 <HR>
    224 
    225 </BODY>
    226 </HTML>
    227