Lines Matching refs:Method
18 import java.lang.reflect.Method;
21 // it does compile the method.
152 Method m = c.getMethod("newInt", Integer.TYPE, Integer.TYPE, Integer.TYPE);
162 Method m = c.getMethod("newRef", Object.class, Object.class);
171 Method m = c.getMethod("newArray", int[].class, int[].class);
180 Method m = c.getMethod("newIntRange", Integer.TYPE, Integer.TYPE, Integer.TYPE);
190 Method m = c.getMethod("newRefRange", Object.class, Object.class);
199 Method m = c.getMethod("newArrayRange", int[].class, int[].class);
223 Method m = c.getMethod("intArray", int[].class);
262 Method m = c.getMethod("shortArray", short[].class);
301 Method m = c.getMethod("longArray", long[].class);
340 Method m = c.getMethod("charArray", char[].class);
379 Method m = c.getMethod("byteArray", byte[].class);
418 Method m = c.getMethod("booleanArray", boolean[].class);