org.eclipse.epsilon.egl.parse
Class EglLexer

java.lang.Object
  extended by org.eclipse.epsilon.egl.parse.EglLexer

public class EglLexer
extends java.lang.Object


Constructor Summary
EglLexer(java.io.InputStream is)
           
EglLexer(java.io.Reader reader)
           
EglLexer(java.lang.String program)
           
 
Method Summary
 EglToken nextToken()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EglLexer

public EglLexer(java.io.InputStream is)
         throws java.io.IOException
Throws:
java.io.IOException

EglLexer

public EglLexer(java.io.Reader reader)
         throws java.io.IOException
Throws:
java.io.IOException

EglLexer

public EglLexer(java.lang.String program)
Method Detail

nextToken

public EglToken nextToken()
                   throws EglRecognitionException
Throws:
EglRecognitionException