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, java.util.Set<java.lang.String> namedArgument)
TValue
executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.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()
-
canCover
public boolean canCover(int nbArg, java.util.Set<java.lang.String> namedArgument)
-
executeReturnFunction
public TValue executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named) throws EaterException, EaterExceptionLocated
- Throws:
EaterException
EaterExceptionLocated
-
-