Files
openide/java/java-impl/resources/fileTemplates/code/Switch Default Branch.java.html
Leonid Shalupov 40795fe787 IJI-2422: community/java: move resources under resources root
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
2025-02-05 04:43:28 +00:00

28 lines
1.2 KiB
HTML

<html>
<body>
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
<tr>
<td><font face="verdana" size="-1">Generates
the <b>default</b> branch for the switch expression or statement used by
quick-fix actions like <i>Insert 'default' branch</i>.<br>
This built-in template is editable. For example, you can change the thrown exception or call a logging framework instead.</font>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
<tr>
<td colspan="3"><font face="verdana" size="-1">Predefined variables take the following values:</font></td>
</tr>
<tr>
<td valign="top"><nobr><font face="verdana" size="-2" ><b>${EXPRESSION}</b></font></nobr></td>
<td width="10">&nbsp;</td>
<td width="100%" valign="top"><font face="verdana" size="-1">Switch selector expression text</font></td>
</tr>
<tr>
<td valign="top"><nobr><font face="verdana" size="-2" ><b>${EXPRESSION_TYPE}</b></font></nobr></td>
<td width="10">&nbsp;</td>
<td width="100%" valign="top"><font face="verdana" size="-1">Type of the switch selector expression</font></td>
</tr>
</table>
</body>
</html>