Home | History | Annotate | Download | only in src

Lines Matching defs:Switch

1 public class Switch {
3 * Test switch() blocks
6 System.out.println("Switch.testSwitch");
10 switch (a) {
19 switch (a) {
27 switch (a) {
32 switch (a) {
40 switch (a) {
47 switch (a) {
54 switch (a) {