Searched refs:methodNameAndTypes (Results 1 – 1 of 1) sorted by relevance
60 …private static String getCallMethodReflectionBlock(String className, String methodNameAndTypes, St… in getCallMethodReflectionBlock() argument61 return getCallMethodReflectionBlock(className, methodNameAndTypes, targetAndValues, "", ""); in getCallMethodReflectionBlock()64 …private static String getCallMethodReflectionBlock(String className, String methodNameAndTypes, St… in getCallMethodReflectionBlock() argument67 … returnValue + "Class.forName(\"" + className + "\").getMethod(" + methodNameAndTypes + ").invoke(… in getCallMethodReflectionBlock()