equal
deleted
inserted
replaced
35 * is shortcut to<pre> |
35 * is shortcut to<pre> |
36 * <method name="valueOf" class="java.lang.Float"> |
36 * <method name="valueOf" class="java.lang.Float"> |
37 * <string>-1.23</string> |
37 * <string>-1.23</string> |
38 * </method></pre> |
38 * </method></pre> |
39 * which is equivalent to {@code Float.valueOf("-1.23")} in Java code. |
39 * which is equivalent to {@code Float.valueOf("-1.23")} in Java code. |
40 * <p>The following atribute is supported: |
40 * <p>The following attribute is supported: |
41 * <dl> |
41 * <dl> |
42 * <dt>id |
42 * <dt>id |
43 * <dd>the identifier of the variable that is intended to store the result |
43 * <dd>the identifier of the variable that is intended to store the result |
44 * </dl> |
44 * </dl> |
45 * |
45 * |