Class Strpos
- java.lang.Object
-
- net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
-
- net.sourceforge.plantuml.tim.stdlib.Strpos
-
- All Implemented Interfaces:
TFunction
public class Strpos extends SimpleReturnFunction
-
-
Constructor Summary
Constructors Constructor Description Strpos()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canCover(int nbArg, Set<String> namedArgument)
TValue
executeReturnFunction(TContext context, TMemory memory, LineLocation location, List<TValue> values, Map<String,TValue> named)
TFunctionSignature
getSignature()
-
Methods inherited from class net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
executeProcedure, executeProcedureInternal, getFunctionType, isUnquoted
-
-
-
-
Method Detail
-
getSignature
public TFunctionSignature getSignature()
-
executeReturnFunction
public TValue executeReturnFunction(TContext context, TMemory memory, LineLocation location, List<TValue> values, Map<String,TValue> named) throws EaterException, EaterExceptionLocated
- Throws:
EaterException
EaterExceptionLocated
-
-