java.lang.Object
com.intellij.lexer.Lexer
com.intellij.lexer.LexerBase
- 直接已知子类:
DelegateLexer,FlexAdapter,StringLiteralLexer
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NotNull LexerPositionReturns the current position and state of the lexer.voidrestore(@NotNull LexerPosition position) Restores the lexer to the specified state and position.从类继承的方法 com.intellij.lexer.Lexer
advance, getBufferEnd, getBufferSequence, getState, getTokenEnd, getTokenSequence, getTokenStart, getTokenText, getTokenType, start, start, start
-
构造器详细资料
-
LexerBase
public LexerBase()
-
-
方法详细资料
-
getCurrentPosition
从类复制的说明:LexerReturns the current position and state of the lexer.- 指定者:
getCurrentPosition在类中Lexer- 返回:
- the lexer position and state.
-
restore
从类复制的说明:LexerRestores the lexer to the specified state and position.
-