Searched defs:targetMethod (Results 1 – 10 of 10) sorted by relevance
39 private Either<Method, Constructor<?>> targetMethod; field in LambdaToMethodBridgeBuilder66 public LambdaToMethodBridgeBuilder<T> targetMethod(Method method) { in targetMethod() method in LambdaToMethodBridgeBuilder71 public LambdaToMethodBridgeBuilder<T> targetMethod(Constructor<?> method) { in targetMethod() method in LambdaToMethodBridgeBuilder
46 private Method targetMethod; field in ReflectionMethodInvoker84 Method targetMethod = getTargetMethod(); in invoke() local
180 String targetMethod(); in targetMethod() method
654 MethodInsnNode targetMethod = (MethodInsnNode) node; in rewriteMethodBody() local677 private static boolean isGregorianCalendarBooleanConstructor(MethodInsnNode targetMethod) { in isGregorianCalendarBooleanConstructor()688 ListIterator<AbstractInsnNode> instructions, MethodInsnNode targetMethod) { in replaceGregorianCalendarBooleanConstructor()717 MethodInsnNode targetMethod) { in interceptInvokeVirtualMethod()
245 boolean shouldIntercept(MethodInsnNode targetMethod) { in shouldIntercept()
80 String targetMethod(String arg); in targetMethod() method
71 … CtMethod targetMethod = CtNewMethod.make("public Object test() { return this; }", ctTargetClass); in createProxy() local
120 public static final String targetMethod = stringSetting("target_method", "", null); field in Opt
1763 MethodReference targetMethod; in analyzeInvokeVirtual() local
1291 private static boolean areParametersSame(Method method, Method targetMethod) { in areParametersSame()