| Interface | Description | 
|---|---|
| IExpressionParser | Interface for expression parsers. | 
| IMapAccess | Simple map like access for java objects in the parser. | 
| IParsedExpression | An expression, that can be evaluated in a given state. | 
| Class | Description | 
|---|---|
| SimpleValueFetcher | Simple default implementation of a value fetcher useful for
  basic usage scenarios or as a base for extending. | 
| SJavaParser | Static java parser helper. |