Package com.blackrook.expression.struct
Additional helper data structures and methods.
NOTICE: This entire package (and subpackages) is subject to change - do not use this outside of this library.
-
Class Summary Class Description Lexer Breaks up a stream of characters into lexicographical tokens.Lexer.Kernel This is a info kernel that tells aLexer
how to interpret certain characters and identifiers.Lexer.Parser Abstract parser class.Lexer.ReaderStack This holds a series ofReader
streams such that the stream on top is the current active stream.Lexer.Token Lexer token object.SerialReader Assists in endian reading from an input stream.SerialWriter Assists in endian writing to an output stream.Utils -
Exception Summary Exception Description Lexer.Parser.Exception Thrown when a Parser has a problem.