Class FileExists
- java.lang.Object
-
- net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
-
- net.sourceforge.plantuml.tim.stdlib.FileExists
-
- All Implemented Interfaces:
TFunction
public class FileExists extends SimpleReturnFunction
-
-
Constructor Summary
Constructors Constructor Description FileExists()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanCover(int nbArg, java.util.Set<java.lang.String> namedArgument)TValueexecuteReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)TFunctionSignaturegetSignature()-
Methods inherited from class net.sourceforge.plantuml.tim.stdlib.SimpleReturnFunction
executeProcedure, executeProcedureInternal, getFunctionType, isUnquoted
-
-
-
-
Method Detail
-
getSignature
public TFunctionSignature 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:
EaterExceptionEaterExceptionLocated
-
-