Package com.bc.jexp.impl

Provides some generally useful implementations of the interfaces defined in the main package.

See:
          Description

Class Summary
AbstractFunction Provides an implementation of the Function interface.
AbstractFunction.B  
AbstractFunction.D  
AbstractFunction.I  
AbstractSymbol Provides an abstract implementation of the Symbol 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 Namespace 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.
 

Package com.bc.jexp.impl Description

Provides some generally useful implementations of the interfaces defined in the main package. The classes in this package define so to say the ready-to-use API.



Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.