Package net.sf.japaki.self

This package enables text definitions of parsers.

See:
          Description

Interface Summary
ParserBean Bean to store parser parameters before creating it.
 

Class Summary
BeanParserBean Parser bean for bean parsers.
ChoiceParserBean Parser bean for choice parsers.
ConstantParserBean Parser bean for constant parsers.
FixedParserBean Parser bean for constant parsers like line feeds.
GenericBeanInspector<B,V extends GenericBean<V>> Retrieves a property from the underlying bean by name.
Inspector<B,V> Retrieves a property from the underlying bean by name.
InspectorMill Defines what inspector is used for a given class.
JavaBeanInspector<B,V> Retrieves a property from a standard java bean.
KeyValueBeanInspector<B,V extends KeyValueBean<K,W>,K,W> Retrieves a property from the underlying bean by name.
LeafInspector<B,V> Inspector for leaf elements.
LeafParserBean Parser bean for leaf parsers.
OptionalParserBean Parser bean for optional parsers.
ParserBench This is the standard entry point to the japaki library.
PhraseBean Parser bean for bean parsers.
SinglePropertyBeanInspector<B,V extends SinglePropertyBean<T>,T> An inspector for single property bean.
SyntaxParser Provides a parser for syntax definitions.
 

Package net.sf.japaki.self Description

This package enables text definitions of parsers. An overview can be found in SyntaxParser.

Since:
1.0