Class Str2Json
java.lang.Object
net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
net.sourceforge.plantuml.tim.stdlib.Str2Json
- All Implemented Interfaces:
TFunction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Methods inherited from class net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
executeProcedureInternal, getFunctionType, isUnquoted
-
Constructor Details
-
Str2Json
public Str2Json()
-
-
Method Details
-
getSignature
-
canCover
-
executeReturnFunction
public TValue executeReturnFunction(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) throws EaterException- Throws:
EaterException
-