Package com.blackrook.expression.struct
Class Lexer.ReaderStack.Stream
- java.lang.Object
-
- com.blackrook.expression.struct.Lexer.ReaderStack.Stream
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- Lexer.ReaderStack
public class Lexer.ReaderStack.Stream extends Object implements AutoCloseable
Stream encapsulation of a single named Reader. Also holds current line, character number, line number.
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
-