XLParser  1.7.2
XLParser Namespace Reference

Classes

class  ExcelFormulaGrammar
 Contains the XLParser grammar More...
 
class  ExcelFormulaParser
 Excel formula parser
Contains parser and utilities that operate directly on the parse tree, or makes working with the parse tree easier. More...
 
class  FormulaAnalyzer
 This class can do some simple analysis on the trees produced by the parser. More...
 
class  GrammarNames
 Collection of names used for terminals and non-terminals in the Excel Formula Grammar. More...
 
class  ParserReference
 
class  PrefixInfo
 Simple data class that holds information about a Prefix. More...
 
class  WordsTerminal
 Terminal that can determine, if there the input contains a one of expected words. More...
 

Enumerations

enum  ReferenceType {
  Cell, CellRange, UserDefinedName, HorizontalRange,
  VerticalRange, RefError, Table, UserDefinedFunction
}