Uses of Interface
com.intellij.lang.refactoring.NamesValidator

Packages that use NamesValidator
com.intellij.lang Provides base interfaces which allow to extend IDEA with support for custom languages. 
com.intellij.lang.refactoring Provides interfaces for adding refactoring support to custom languages. 
 

Uses of NamesValidator in com.intellij.lang
 

Methods in com.intellij.lang that return NamesValidator
 NamesValidator Language.getNamesValidator()
          Override this method to customize algorithm of identifier validation and language keyword set.
 

Uses of NamesValidator in com.intellij.lang.refactoring
 

Classes in com.intellij.lang.refactoring that implement NamesValidator
 class JavaNamesValidator
          Default NamesValidator interface implementation.