Class TokenReader
java.lang.Object
java.io.Reader
org.yamcs.studio.autocomplete.parser.engine.TokenReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, read, ready, reset, skip, transferTo
-
Constructor Details
-
TokenReader
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classReader- Throws:
IOException
-
read
- Specified by:
readin classReader- Throws:
IOException
-
ignoreWhitespace
- Throws:
IOException
-
peek
- Throws:
IOException
-
readUntil
- Throws:
IOException
-
getCurrentIndex
public int getCurrentIndex()
-