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, checkNodepublic TokenFunctionBase()
protected ETokenType[] parseArguments(java.util.List<?> args) throws org.jaxen.FunctionCallException
parseArguments in class FunctionBase<ETokenType[]>org.jaxen.FunctionCallExceptionprotected abstract java.lang.String getArgumentSizeInvalidErrorMessage()