Packages
com.singularsys.jep The main package containing the Jep class as well as other core classes.
com.singularsys.jep.bigdecimal A set of components for performing arbitrary precision arithmetic using the BigDecimal class to represent numbers.
com.singularsys.jep.bigdecimal.functions Function classes that operate on BigDecimal numbers.
com.singularsys.jep.configurableparser A hand-coded parser which allows more customization than the standard parser.
com.singularsys.jep.configurableparser.matchers This package contains matchers for tokens and grammar elements.
com.singularsys.jep.configurableparser.tokens Token classes for the configurable parser.
com.singularsys.jep.functions Classes that implement the built-in functions and operators.
com.singularsys.jep.misc Miscellaneous components.
com.singularsys.jep.parser The standard parser.
com.singularsys.jep.reals A set of classes for performing fast evaluation on reals (strings, vectors, and complex numbers are not supported)
com.singularsys.jep.standard Standard components including the standard evaluator, function table, operator table, variable table, and double number factory.
com.singularsys.jep.walkers Expression tree traversal classes, postfix evaluator, expression serializer, and tree dumpers
com.singularsys.jepexamples Container package for all examples.
com.singularsys.jepexamples.applets Example applets that use Jep to perform parsing and evaluation.
com.singularsys.jepexamples.consoles Examples that allow console interaction with the Jep parsers using a command line interface.
com.singularsys.jepexamples.diagnostics Examples that serve as diagonistic tools.
com.singularsys.jeptests Unit tests using JUnit.
com.singularsys.jeptests.bigdecimal.functions Tests for the BigDecimal functions
com.singularsys.jeptests.functions Tests for individual function classes
org.nfunk.jep Contains the JEP class for supporting backwards compatibility to JEP 2.x

 



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