public class ConcatFunction extends SimpleFunction
maxArgs, minArgslog, name, spaceParser| Constructor and Description |
|---|
ConcatFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected Value |
apply(ParseSession session,
Value[] params)
Apply this function to the given values.
|
String |
getHelpDetail()
Get expanded help (typically multiple lines).
|
String |
getHelpSummary()
Get summarized help (typically a single line).
|
EnumSet<SessionMode> |
getSessionModes()
Get the
SessionMode(s) supported by this instance. |
String |
getUsage()
Get function usage string.
|
apply, getMaxArgs, getMinArgs, parseParamsgetName, parseExpressionParams, parseNextParameterpublic String getHelpSummary()
Functionpublic String getUsage()
Functionpow(base, exponent).public String getHelpDetail()
AbstractFunction
The implementation in AbstractFunction delegates to getHelpSummary().
The implementation in AbstractFunction just delegates to getHelpSummary().
getHelpDetail in interface FunctiongetHelpDetail in class AbstractFunctionpublic EnumSet<SessionMode> getSessionModes()
AbstractFunctionSessionMode(s) supported by this instance.
The implementation in AbstractFunction returns an EnumSet containing
SessionMode.CORE_API and SessionMode.JSIMPLEDB.
getSessionModes in interface FunctiongetSessionModes in class AbstractFunctionSessionModesprotected Value apply(ParseSession session, Value[] params)
SimpleFunctionapply in class SimpleFunctionsession - parse sessionparams - parsed parameters; will already be checked between SimpleFunction.getMinArgs() and SimpleFunction.getMaxArgs()Copyright © 2017. All rights reserved.