Searched refs:theRest (Results 1 – 2 of 2) sorted by relevance
49 String theRest = name.substring(1); in ReflectiveProperty() local50 String capitalizedName = firstLetter + theRest; in ReflectiveProperty()
1072 String theRest = propertyName.substring(1); in getMethodName() local1073 return prefix + firstLetter + theRest; in getMethodName()