Package nlScript.core
Class Lexer
java.lang.Object
nlScript.core.Lexer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Lexer
-
-
Method Details
-
getPosition
public int getPosition() -
setPosition
public void setPosition(int pos) -
fwd
public void fwd(int len) -
peek
public char peek() -
peek
public char peek(int n) -
substring
-
substring
-
isDone
public boolean isDone() -
isAtEnd
public boolean isAtEnd() -
isAtEnd
public boolean isAtEnd(int fwd) -
toString
-