Class PrettyLexer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PrettyToken readBinary​(char term)  
      • Methods inherited from class net.morimekta.util.lexer.Lexer

        eofFailure, expect, expect, expect, expectSymbol, failure, hasNext, iterator, next, peek, peek, readUntil, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • PrettyLexer

        public PrettyLexer​(java.io.InputStream in)
    • Method Detail

      • readBinary

        public PrettyToken readBinary​(char term)
                               throws java.io.IOException
        Throws:
        java.io.IOException