astLexerAndParser
Class TokenLexer

java.lang.Object
  extended by astLexerAndParser.TokenLexer

public class TokenLexer
extends java.lang.Object

The lexer driver class for token lexer


Constructor Summary
TokenLexer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Loops over lexed tokens, printing them out to the console
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenLexer

public TokenLexer()
Method Detail

main

public static void main(java.lang.String[] args)
Loops over lexed tokens, printing them out to the console