sddl.syntax.lexer
Class Lexer

java.lang.Object
  extended by sddl.syntax.lexer.Lexer

public class Lexer
extends java.lang.Object


Nested Class Summary
static class Lexer.State
           
 
Constructor Summary
Lexer(java.io.PushbackReader in)
           
 
Method Summary
 Token next()
           
 Token peek()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexer

public Lexer(java.io.PushbackReader in)
Method Detail

peek

public Token peek()
           throws LexerException,
                  java.io.IOException
Throws:
LexerException
java.io.IOException

next

public Token next()
           throws LexerException,
                  java.io.IOException
Throws:
LexerException
java.io.IOException