Home
last modified time | relevance | path

Searched refs:substituteMethodTypeParameterName (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/
H A DCompletionEngine.java13753 …private char[] substituteMethodTypeParameterName(char firstName, char startChar, char endChar, cha… in substituteMethodTypeParameterName() method in CompletionEngine
13762 …return substituteMethodTypeParameterName(new char[]{firstName}, excludedNames, otherParameterNames… in substituteMethodTypeParameterName()
13773 …return substituteMethodTypeParameterName(new char[]{firstName}, excludedNames, otherParameterNames… in substituteMethodTypeParameterName()
13782 …private char[] substituteMethodTypeParameterName(char[] firstName, char[][] excludedNames, char[][… in substituteMethodTypeParameterName() method in CompletionEngine
13822 …substitution = substituteMethodTypeParameterName(methodParameterName[0], 'A', 'Z', excludedNames, … in substituteMethodTypeParameterNames()
13824 …substitution = substituteMethodTypeParameterName(methodParameterName[0], 'a', 'z', excludedNames, … in substituteMethodTypeParameterNames()
13827 …substitution = substituteMethodTypeParameterName(methodParameterName, excludedNames, substituedPar… in substituteMethodTypeParameterNames()