All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description CommonFunctions Expression functions.EnumResolver A special kind of function resolver that wraps anEnum
ofExpressionFunctionType
Expression An expression object for evaluating dynamic calculations.ExpressionBranch Expression branch.ExpressionDirective Single expression directive.ExpressionDirectiveType Expression directive.ExpressionException Exception that can be thrown during expression evaluation.ExpressionFactory Creates expression objects from input text.ExpressionFunction Single expression function.ExpressionFunctionResolver Resolver encapsulation for finding a relevant function by name.ExpressionFunctionType Describes a type of function entry point.ExpressionNode A single node in a compiled expression.ExpressionParseException Exception that can be thrown during expression parsing.ExpressionStack A calculation stack for expression calculation.ExpressionValue Expression value encapsulation.ExpressionValue.Type ExpressionVariableContext An open variable set in which values can be set.ExpressionVariableSet Expression variable set.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.Parser.Exception Thrown when a Parser has a problem.Lexer.ReaderStack This holds a series ofReader
streams such that the stream on top is the current active stream.Lexer.Token Lexer token object.MultiResolver A resolver that is a combination of multiple resolvers.SerialReader Assists in endian reading from an input stream.SerialWriter Assists in endian writing to an output stream.Utils