Package net.sourceforge.plantuml.tim
Interface TFunction
- All Known Implementing Classes:
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,InvokeProcedure,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,SimpleReturnFunction,Size,SplitStr,SplitStrRegex,Str2Json,StringFunction,Strlen,Strpos,Substr,Tabulation,TFunctionImpl,Upper,VariableExists,Xargs
public interface TFunction
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidexecuteProcedureInternal(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) executeReturnFunction(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) boolean
-
Method Details
-
getSignature
TFunctionSignature getSignature() -
canCover
-
getFunctionType
TFunctionType getFunctionType() -
executeReturnFunction
TValue executeReturnFunction(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) throws EaterException- Throws:
EaterException
-
executeProcedureInternal
void executeProcedureInternal(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) throws EaterException- Throws:
EaterException
-
isUnquoted
boolean isUnquoted()
-