Class GetAllStdlib
- java.lang.Object
-
- net.sourceforge.plantuml.tim.builtin.SimpleReturnFunction
-
- net.sourceforge.plantuml.tim.builtin.GetAllStdlib
-
- All Implemented Interfaces:
TFunction
@Deprecated public class GetAllStdlib extends SimpleReturnFunction
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description GetAllStdlib()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
canCover(int nbArg, java.util.Set<java.lang.String> namedArgument)
Deprecated.TValue
executeReturnFunction(TContext context, TMemory memory, StringLocated location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
Deprecated.TFunctionSignature
getSignature()
Deprecated.-
Methods inherited from class net.sourceforge.plantuml.tim.builtin.SimpleReturnFunction
executeProcedureInternal, getFunctionType, isUnquoted
-
-
-
-
Method Detail
-
getSignature
public TFunctionSignature getSignature()
Deprecated.
-
canCover
public boolean canCover(int nbArg, java.util.Set<java.lang.String> namedArgument)
Deprecated.
-
executeReturnFunction
public TValue executeReturnFunction(TContext context, TMemory memory, StringLocated location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named) throws EaterException
Deprecated.- Throws:
EaterException
-
-