Class FileExists
java.lang.Object
net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
net.sourceforge.plantuml.tim.stdlib.FileExists
- 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
-
FileExists
public FileExists()
-
-
Method Details
-
getSignature
-
canCover
public boolean canCover(int nbArg, java.util.Set<java.lang.String> namedArgument) -
executeReturnFunction
public TValue executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String, TValue> named) throws EaterException, EaterExceptionLocated- Throws:
EaterException
EaterExceptionLocated
-