See: Description
Interface | Description |
---|---|
ExpressionCompiler |
A compiler that generates expressions from strings.
|
FormulaParserTokenTypes | |
NumberSignFormulaParserTokenTypes |
Class | Description |
---|---|
Console |
A test-class for processing formulas from an input stream.
|
ExcelExpressionCompiler |
A compiler that generates Excel-style formulas from strings.
|
FormulaCompiler |
A compiler that generates formulas from strings.
|
FormulaLexer |
A lexer that splits a string into a list of lexical tokens.
|
FormulaParser |
A parser that generates expressions from lists of lexical tokens.
|
NumberSignCompilerTest |
Class to test the Number Sign Compiler
|
NumberSignConsole |
A test-class for processing formulas from an input stream.
|
NumberSignExpressionCompiler |
A compiler that generates '#'-style formulas from strings.
|
NumberSignFormulaLexer |
A lexer that splits a string into a list of lexical tokens.
|
NumberSignFormulaParser |
A parser that generates expressions from lists of lexical tokens.
|
Exception | Description |
---|---|
FormulaCompilationException |
An exception that is thrown during compilation.
|
IllegalFunctionCallException |
An exception that is thrown if an function call with illegal argument count
or argument types is encountered during parsing.
|