Searched refs:methodName (Results 1 – 2 of 2) sorted by relevance
133 methodName = javaName("write_" + t.tagname) variable140 buffer.write("\n public static void %s(%s) {" % (methodName, argTypesNames))
1153 String methodName = method.getName(); in invoke() local1155 if (methodName.equals("compareTo") || in invoke()1156 methodName.equals("equals") || in invoke()1157 methodName.equals("overrides") || in invoke()1158 methodName.equals("subclassOf")) { in invoke()1163 if (methodName.equals("getRawCommentText")) { in invoke()1168 if (proxy instanceof Type && methodName.equals("toString")) { in invoke()