org.jetbrains.kotlin.lexer
Class KotlinLexer

java.lang.Object
  extended by com.intellij.lexer.Lexer
      extended by com.intellij.lexer.LexerBase
          extended by com.intellij.lexer.FlexAdapter
              extended by org.jetbrains.kotlin.lexer.KotlinLexer

public class KotlinLexer
extends com.intellij.lexer.FlexAdapter


Constructor Summary
KotlinLexer()
           
 
Method Summary
 
Methods inherited from class com.intellij.lexer.FlexAdapter
advance, getBufferEnd, getBufferSequence, getFlex, getState, getTokenEnd, getTokenStart, getTokenType, locateToken, start
 
Methods inherited from class com.intellij.lexer.LexerBase
getCurrentPosition, restore
 
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

KotlinLexer

public KotlinLexer()