Package com.yahoo.schema.parser
Class SimpleCharStream
java.lang.Object
com.yahoo.javacc.FastCharStream
com.yahoo.schema.parser.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 -
Method Summary
Methods inherited from class com.yahoo.javacc.FastCharStream
backup, beginToken, done, formatException, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getImage, getSuffix, getTabSize, isTrackLineColumn, readChar, setTabSize, setTrackLineColumnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.schema.parser.CharStream
backup, beginToken, done, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getImage, getSuffix, getTabSize, isTrackLineColumn, readChar, setTabSize, setTrackLineColumnMethods inherited from interface com.yahoo.vespa.indexinglanguage.parser.CharStream
backup, beginToken, done, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getImage, getSuffix, getTabSize, isTrackLineColumn, readChar, setTabSize, setTrackLineColumn
-
Constructor Details
-
SimpleCharStream
-