Package org.eclipse.epsilon.egl.parse
Class EglLexer
- java.lang.Object
-
- org.eclipse.epsilon.egl.parse.EglLexer
-
public class EglLexer extends Object
-
-
Constructor Detail
-
EglLexer
public EglLexer(InputStream is) throws IOException
- Throws:
IOException
-
EglLexer
public EglLexer(Reader reader) throws IOException
- Throws:
IOException
-
EglLexer
public EglLexer(String program)
-
-
Method Detail
-
nextToken
public EglToken nextToken() throws EglRecognitionException
- Throws:
EglRecognitionException
-
-