|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.lexer.LexerBase
public abstract class LexerBase
| Constructor Summary | |
|---|---|
LexerBase()
|
|
| Method Summary | |
|---|---|
LexerPosition |
getCurrentPosition()
Returns the current position and state of the lexer. |
void |
restore(LexerPosition position)
Restores the lexer to the specified state and position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.intellij.lexer.Lexer |
|---|
advance, getBuffer, getBufferEnd, getState, getTokenEnd, getTokenStart, getTokenType, start, start, start |
| Constructor Detail |
|---|
public LexerBase()
| Method Detail |
|---|
public LexerPosition getCurrentPosition()
Lexer
getCurrentPosition in interface Lexerpublic void restore(LexerPosition position)
Lexer
restore in interface Lexerposition - the state and position to restore to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||