Package com.singularsys.jep.configurableparser

A hand-coded parser which allows more customization than the standard parser.

See:
          Description

Interface Summary
GrammarParser Interface used by GrammarMatcher
GrammarParserFactory Abstract Factory defining how to create a GrammarParser
TokenFilter Classes which filter the list of tokens.
TokenizerFactory AbstractFactory for creating new Tokenizer instances.
 

Class Summary
ConfigurableParser A configurable parser.
Lookahead2Iterator<E> An iterator which stores the next two tokens.
ShuntingYard An operator precedence parser based on the shunting yard algorithm.
ShuntingYard.ShuntingYardGrammarParserFactory Factory creating new ShuntingYard instances.
StandardConfigurableParser  
TernaryOperator A class representing a ternary operator, for example x?
TernaryOperator.RhsTernaryOperator  
Tokenizer Breaks the input into a set of tokens.
Tokenizer.StandardTokenizerFactory Factory creating new instances of the tokenizer.
WhiteSpaceCommentFilter  
 

Package com.singularsys.jep.configurableparser Description

A hand-coded parser which allows more customization than the standard parser.



Copyright © 2010 Singular Systems http://www.singularsys.com/jep