See: Description
| Class | Description |
|---|---|
| AbstractFunction |
Provides an implementation of the
interface. |
| AbstractFunction.B | |
| AbstractFunction.D | |
| AbstractFunction.I | |
| AbstractSymbol |
Provides an abstract implementation of the
interface. |
| AbstractSymbol.B | |
| AbstractSymbol.D | |
| AbstractSymbol.I | |
| DefaultNamespace |
A default namespace which includes the constants PI, E and NaN as well as most of the functions from
Java
Math, e.g. |
| ExtMath |
An extension the the
class. |
| NamespaceImpl |
Provides an implementation of the
interface. |
| ParserImpl |
A default implementation for the
com.bc.jexp.Parser interface. |
| SymbolFactory |
A utility class, which can be used to create constants or variables
of a primitive boolean or numeric type.
|
| Tokenizer |
The
Tokenizer class is used to split a given text source
into lexicographical tokens which are regognized by the parser. |
| UserFunction |
A utility class which represents a user-defined function to be used within an expression.
|
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.