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