se.chalmers.cs.gf.parse.lex
Class SimpleLexer

java.lang.Object
  extended by se.chalmers.cs.gf.parse.lex.RegexLexer
      extended by se.chalmers.cs.gf.parse.lex.SimpleLexer
All Implemented Interfaces:
Lexer

public class SimpleLexer
extends RegexLexer

A simple lexer.


Constructor Summary
SimpleLexer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class se.chalmers.cs.gf.parse.lex.RegexLexer
lex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLexer

public SimpleLexer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException