Searched defs:methodsToGenerate (Results 1 – 1 of 1) sorted by relevance
430 Map<ObjectMethod, ExecutableElement> methodsToGenerate = in defineSharedVarsForType() local691 Map<ObjectMethod, ExecutableElement> methodsToGenerate = new EnumMap<>(ObjectMethod.class); in determineObjectMethodsToGenerate() local709 static String equalsParameterType(Map<ObjectMethod, ExecutableElement> methodsToGenerate) { in equalsParameterType()