Class ConfigLexer

    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigLexer​(java.io.Reader in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ConfigToken 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

      • ConfigLexer

        public ConfigLexer​(@WillNotClose
                           java.io.Reader in)
    • Method Detail

      • readBinary

        @Nullable
        public ConfigToken readBinary​(char term)
                               throws java.io.IOException
        Throws:
        java.io.IOException