Searched refs:clName (Results 1 – 2 of 2) sorted by relevance
174 String clName = this.getClass().getName(); in getObjectName() local175 return clName.substring( clName.lastIndexOf('.') + 1 ); in getObjectName()
470 String clName = this.getClass().getName(); in getInterfaceName() local471 return clName.substring(clName.lastIndexOf('.') + 1); in getInterfaceName()
Completed in 9 milliseconds