Returns the function name for this function. This is how it is called by a user in a formula.
()
| 50 | * a user in a formula. |
| 51 | */ |
| 52 | @Override |
| 53 | public String getFunctionName() |
| 54 | { |
| 55 | return "INPUT"; |
| 56 | } |
| 57 | |
| 58 | @Override |
| 59 | public final FormatManager<?> allowArgs(SemanticsVisitor visitor, Node[] args, FormulaSemantics semantics) |