public class Lexer extends Object
| 构造器和说明 |
|---|
Lexer() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected char |
getCurrentChar(int offset) |
protected boolean |
isCommentBegin() |
protected boolean |
isHintBegin() |
protected boolean |
isSupportNChars() |
protected boolean |
isVariableBegin() |
void |
nextToken()
Analyse next token.
|
public final void nextToken()
protected boolean isHintBegin()
protected boolean isCommentBegin()
protected boolean isVariableBegin()
protected boolean isSupportNChars()
protected final char getCurrentChar(int offset)
Copyright © 2018. All rights reserved.