Class SimpleReturnFunction
java.lang.Object
net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
- All Implemented Interfaces:
TFunction
- Direct Known Subclasses:
AlwaysFalse
,AlwaysTrue
,BoolVal
,CallUserFunction
,Chr
,Darken
,DateFunction
,Dec2hex
,Dirpath
,Eval
,Feature
,FileExists
,Filename
,FunctionExists
,GetAllStdlib
,GetAllTheme
,Getenv
,GetJsonKey
,GetJsonType
,GetVariableValue
,GetVersion
,Hex2dec
,HslColor
,IntVal
,IsDark
,IsLight
,JsonAdd
,JsonKeyExists
,JsonMerge
,JsonRemove
,JsonSet
,Lighten
,LoadJson
,LogicalAnd
,LogicalNand
,LogicalNor
,LogicalNot
,LogicalNxor
,LogicalOr
,LogicalXor
,Lower
,Modulo
,Newline
,Now
,Ord
,RandomFunction
,RetrieveProcedure
,ReverseColor
,ReverseHsluvColor
,SetVariableValue
,Size
,SplitStr
,SplitStrRegex
,Str2Json
,StringFunction
,Strlen
,Strpos
,Substr
,Upper
,VariableExists
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
executeProcedureInternal
(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) final TFunctionType
final boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.tim.TFunction
canCover, executeReturnFunction, getSignature
-
Constructor Details
-
SimpleReturnFunction
public SimpleReturnFunction()
-
-
Method Details
-
getFunctionType
- Specified by:
getFunctionType
in interfaceTFunction
-
executeProcedureInternal
public final void executeProcedureInternal(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) throws EaterException- Specified by:
executeProcedureInternal
in interfaceTFunction
- Throws:
EaterException
-
isUnquoted
public final boolean isUnquoted()- Specified by:
isUnquoted
in interfaceTFunction
-