org.jetbrains.kotlin.lexer
Class JetLexer

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.JetLexer

public class JetLexer
extends com.intellij.lexer.FlexAdapter


Constructor Summary
JetLexer()
           
 
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

JetLexer

public JetLexer()