Skip navigation links

Package net.obvj.jep.functions

Provides functions for the Java Expression Parser.

See: Description

Package net.obvj.jep.functions Description

Provides functions for the Java Expression Parser.

A function is an object that extends JEP's PostfixMathCommand. This class uses a stack for passing the arguments via the run() method.

Each function can also receive a custom annotation @Function, which basically tells the JEPContextFactory the function name and alias to be registered.

Since:
1.0.0
Skip navigation links

Copyright © 2023. All rights reserved.