org.globus.cog.karajan.parser
Interface Lexer
- All Known Implementing Classes:
- SimpleLexer
- public interface Lexer
hasMoreTokens
public boolean hasMoreTokens()
hasMoreChars
public boolean hasMoreChars()
nextToken
public String nextToken()
nextChar
public char nextChar()
skipChar
public void skipChar()
peekToken
public String peekToken()
peekChar
public char peekChar()
peekNextChar
public char peekNextChar()
isDigits
public boolean isDigits()
isWhitespace
public boolean isWhitespace()
currentLine
public String currentLine()
getLineNumber
public int getLineNumber()
mark
public Object mark()
reset
public void reset(Object mark)