Uses of Class
com.blackrook.expression.struct.Lexer.ReaderStack.Stream
-
Packages that use Lexer.ReaderStack.Stream Package Description com.blackrook.expression.struct Additional helper data structures and methods. -
-
Uses of Lexer.ReaderStack.Stream in com.blackrook.expression.struct
Methods in com.blackrook.expression.struct that return Lexer.ReaderStack.Stream Modifier and Type Method Description Lexer.ReaderStack.Stream
Lexer. getCurrentStream()
Gets the current stream.Lexer.ReaderStack.Stream
Lexer.ReaderStack. peek()
Gets the reference to the topmost (current) stream.Lexer.ReaderStack.Stream
Lexer.ReaderStack. pop()
Pops aLexer.ReaderStack.Stream
off of the top of this stack.
-