fri.patterns.interpreter.parsergenerator.examples
Class HowToOverrideLexerImpl

java.lang.Object
  |
  +--fri.patterns.interpreter.parsergenerator.examples.HowToOverrideLexerImpl

public class HowToOverrideLexerImpl
extends java.lang.Object

This sample shows how to set another Lexer implementation into the Parser-builder.

Author:
Fritz Ritzberger

Constructor Summary
HowToOverrideLexerImpl()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HowToOverrideLexerImpl

public HowToOverrideLexerImpl()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception