org.jetbrains.kotlin.kdoc.lexer
Class KDocLexer

java.lang.Object
  extended by com.intellij.lexer.Lexer
      extended by com.intellij.lexer.LexerBase
          extended by com.intellij.lexer.DelegateLexer
              extended by com.intellij.lexer.MergingLexerAdapterBase
                  extended by com.intellij.lexer.MergingLexerAdapter
                      extended by org.jetbrains.kotlin.kdoc.lexer.KDocLexer

public class KDocLexer
extends com.intellij.lexer.MergingLexerAdapter


Field Summary
 
Fields inherited from class com.intellij.lexer.DelegateLexer
myDelegate
 
Constructor Summary
KDocLexer()
           
 
Method Summary
 
Methods inherited from class com.intellij.lexer.MergingLexerAdapter
getMergeFunction
 
Methods inherited from class com.intellij.lexer.MergingLexerAdapterBase
advance, getCurrentPosition, getOriginal, getState, getTokenEnd, getTokenStart, getTokenType, restore, start
 
Methods inherited from class com.intellij.lexer.DelegateLexer
getBufferEnd, getBufferSequence, getDelegate
 
Methods inherited from class com.intellij.lexer.Lexer
getTokenSequence, getTokenText, start, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KDocLexer

public KDocLexer()