public abstract class TokenFunctionBase extends FunctionBase<ETokenType[]>
ETokenType
as
arguments.Constructor and Description |
---|
TokenFunctionBase() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
getArgumentSizeInvalidErrorMessage()
Returns the error message that is displayed if the number of arguments
does not match.
|
protected ETokenType[] |
parseArguments(java.util.List<?> args)
Converts the input arguments.
|
call, checkNode
public TokenFunctionBase()
protected ETokenType[] parseArguments(java.util.List<?> args) throws org.jaxen.FunctionCallException
parseArguments
in class FunctionBase<ETokenType[]>
org.jaxen.FunctionCallException
protected abstract java.lang.String getArgumentSizeInvalidErrorMessage()