Class EglLexer


  • public class EglLexer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EglLexer​(java.io.InputStream is)  
      EglLexer​(java.io.Reader reader)  
      EglLexer​(java.lang.String program)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EglToken nextToken()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, 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)