Searched refs:periodIndex (Results 1 – 1 of 1) sorted by relevance
775 int periodIndex = comments.indexOf('.', dashIndex); in addClassSpecifications() local777 … String optionName = comments.substring(dashIndex + 1, periodIndex).replace('_', '.').trim(); in addClassSpecifications()778 String toolTip = comments.substring(periodIndex + 1); in addClassSpecifications()