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
-
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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-
ignoreWhitespace
- Throws:
IOException
-
peek
- Throws:
IOException
-
readUntil
- Throws:
IOException
-
getCurrentIndex
public int getCurrentIndex()
-