@NonNls
public interface FlexLexer
-
方法概要
修饰符和类型方法说明advance()intintvoidreset(CharSequence buf, int start, int end, int initialState) voidyybegin(int state) intyystate()
-
方法详细资料
-
yybegin
void yybegin(int state) -
yystate
int yystate() -
getTokenStart
int getTokenStart() -
getTokenEnd
int getTokenEnd() -
advance
- 抛出:
IOException
-
reset
-