com.intellij.lexer
Class SimpleLexerState

java.lang.Object
  extended by com.intellij.lexer.SimpleLexerState
All Implemented Interfaces:
LexerState

public class SimpleLexerState
extends java.lang.Object
implements LexerState


Constructor Summary
SimpleLexerState(int intState)
           
 
Method Summary
 int getState()
           
 short intern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLexerState

public SimpleLexerState(int intState)
Method Detail

getState

public int getState()

intern

public short intern()
Specified by:
intern in interface LexerState