Lines Matching refs:getClass
35 if (args[i] != null && args[i].getClass().isArray()) { in printBsmArgs()
37 if (array.getClass() == int[].class) { in printBsmArgs()
39 } else if (array.getClass() == long[].class) { in printBsmArgs()
41 } else if (array.getClass() == float[].class) { in printBsmArgs()
43 } else if (array.getClass() == double[].class) { in printBsmArgs()
531 System.out.print(expected.getClass()); in test()
533 System.out.println(expected.getCause().getClass()); in test()
542 System.out.print(expected.getClass()); in test()
544 System.out.println(expected.getCause().getClass()); in test()
553 System.out.print(expected.getClass()); in test()
555 System.out.println(expected.getCause().getClass()); in test()
564 System.out.print(expected.getClass()); in test()
566 System.out.println(expected.getCause().getClass()); in test()