public abstract class AbstractStrConverter extends AbstractFunction
ALL_FUNCTIONS, EXECUTION_PREFIX, FUNCTION_NAME_MAP, UID_COUNTER
Constructor and Description |
---|
AbstractStrConverter() |
Modifier and Type | Method and Description |
---|---|
abstract Value |
executeStr(PreprocessorContext context,
Value stringToConvert) |
ValueType[][] |
getAllowedArgumentTypes()
Get arrays of supported argument types
|
int |
getArity()
Get the function arity
|
findForClass, findForName, getExpressionItemPriority, getExpressionItemType, getName, getReference, getResultType, toString
public abstract Value executeStr(PreprocessorContext context, Value stringToConvert)
public final int getArity()
AbstractFunction
getArity
in class AbstractFunction
@MustNotContainNull public final ValueType[][] getAllowedArgumentTypes()
AbstractFunction
getAllowedArgumentTypes
in class AbstractFunction
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.