public class BinaryDateFunction extends org.nfunk.jep.function.PostfixMathCommand implements MultiStrategyCommand
BinaryDateFunction.Strategy.| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryDateFunction.Strategy
Defines particular strategies for the
BinaryDateFunction. |
| Constructor and Description |
|---|
BinaryDateFunction(BinaryDateFunction.Strategy returnStrategy)
Builds this function with a fixed number of two parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getStrategy() |
void |
run(Stack stack) |
public BinaryDateFunction(BinaryDateFunction.Strategy returnStrategy)
returnStrategy - the BinaryDateFunction.Strategy to be setpublic void run(Stack stack) throws org.nfunk.jep.ParseException
run in interface org.nfunk.jep.function.PostfixMathCommandIrun in class org.nfunk.jep.function.PostfixMathCommandorg.nfunk.jep.ParseExceptionPostfixMathCommand.run(java.util.Stack)public Object getStrategy()
getStrategy in interface MultiStrategyCommandMultiStrategyCommand.getStrategy()Copyright © 2021. All rights reserved.