Class SimpleCharStream

  • All Implemented Interfaces:
    CharStream, com.yahoo.vespa.indexinglanguage.parser.CharStream

    public class SimpleCharStream
    extends com.yahoo.javacc.FastCharStream
    implements CharStream, com.yahoo.vespa.indexinglanguage.parser.CharStream
    Author:
    Simon Thoresen Hult
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleCharStream​(java.lang.String input)  
    • Method Summary

      • Methods inherited from class com.yahoo.javacc.FastCharStream

        backup, beginToken, done, formatException, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getImage, getSuffix, getTabSize, isTrackLineColumn, readChar, setTabSize, setTrackLineColumn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.yahoo.vespa.indexinglanguage.parser.CharStream

        backup, beginToken, done, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getImage, getSuffix, getTabSize, isTrackLineColumn, readChar, setTabSize, setTrackLineColumn
    • Constructor Detail

      • SimpleCharStream

        public SimpleCharStream​(java.lang.String input)