Home | History | Annotate | Download | only in dexmaker

Lines Matching full:casts

1161  <h3>Numeric Casts</h3>
1162 Converts a primitive to a different representation. Numeric casts may
1166 bytes. The following numeric casts are supported:
1180 <p>Numeric casts never throw <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/ClassCastException.html?is-external=true" title="class or interface in java.lang"><CODE>ClassCastException</CODE></A>.
1182 <h3>Type Casts</h3>