Uses of Interface
com.intellij.lang.ParserDefinition

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

Uses of ParserDefinition in com.intellij.lang
 

Methods in com.intellij.lang that return ParserDefinition
 ParserDefinition Language.getParserDefinition()
          Override this method to provide parser implementation.