Class Lower
java.lang.Object
net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
net.sourceforge.plantuml.tim.stdlib.Lower
- All Implemented Interfaces:
TFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canCover
(int nbArg, java.util.Set<java.lang.String> namedArgument) executeReturnFunction
(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String, TValue> named) Methods inherited from class net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
executeProcedure, executeProcedureInternal, getFunctionType, isUnquoted
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Lower
public Lower()
-
-
Method Details
-
getSignature
-
canCover
public boolean canCover(int nbArg, java.util.Set<java.lang.String> namedArgument) -
executeReturnFunction
-