Lines Matching full:code
13 You can find the ReTrace jar in the <code>lib</code> directory of the
16 <p class="code">
17 <code><b>java -jar retrace.jar </b></code>[<i>options...</i>]
27 "<a href="../usage.html#printmapping"><code>-printmapping</code></a> <i>mapping_file</i>",
39 <dt><code><b>-verbose</b></code></dt>
44 <dt><code><b>-regex</b></code> <i>regular_expression</i></dt>
54 of <code>java.util.regex.Pattern</code>), with a few additional wildcards:
56 <tr><td valign="top"><code><b>%c</b></code></td>
58 "<code>myapplication.MyClass</code>").</td></tr>
59 <tr><td valign="top"><code><b>%C</b></code></td>
61 "<code>myapplication/MyClass</code>").</td></tr>
62 <tr><td valign="top"><code><b>%t</b></code></td>
64 "<code>myapplication.MyClass[]</code>").</td></tr>
65 <tr><td valign="top"><code><b>%f</b></code></td>
67 "<code>myField</code>").</td></tr>
68 <tr><td valign="top"><code><b>%m</b></code></td>
70 "<code>myMethod</code>").</td></tr>
71 <tr><td valign="top"><code><b>%a</b></code></td>
73 "<code>boolean,int</code>").</td></tr>
74 <tr><td valign="top"><code><b>%l</b></code></td>
76 "<code>123</code>").</td></tr>
80 non-capturing groups instead: <code>(?:</code>...<code>)</code>