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