Package net.sourceforge.plantuml.tim
Class FunctionsSet
java.lang.Object
net.sourceforge.plantuml.tim.FunctionsSet
public class FunctionsSet
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFunction
(TFunction func) void
executeDeclareProcedure
(TContext context, TMemory memory, StringLocated s) void
executeDeclareReturnFunction
(TContext context, TMemory memory, StringLocated s) void
void
executeLegacyDefine
(TContext context, TMemory memory, StringLocated s) void
executeLegacyDefineLong
(TContext context, TMemory memory, StringLocated s) java.util.Map<TFunctionSignature,
TFunction> getFunctionSmart
(TFunctionSignature searched) java.lang.String
getLonguestMatchStartingIn
(java.lang.String s) int
size()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FunctionsSet
public FunctionsSet()
-
-
Method Details
-
getFunctionSmart
-
size
public int size() -
functions
-
getLonguestMatchStartingIn
public java.lang.String getLonguestMatchStartingIn(java.lang.String s) -
pendingFunction
-
addFunction
-
executeEndfunction
public void executeEndfunction() -
executeLegacyDefine
public void executeLegacyDefine(TContext context, TMemory memory, StringLocated s) throws EaterException, EaterExceptionLocated - Throws:
EaterException
EaterExceptionLocated
-
executeLegacyDefineLong
public void executeLegacyDefineLong(TContext context, TMemory memory, StringLocated s) throws EaterException, EaterExceptionLocated - Throws:
EaterException
EaterExceptionLocated
-
executeDeclareReturnFunction
public void executeDeclareReturnFunction(TContext context, TMemory memory, StringLocated s) throws EaterException, EaterExceptionLocated - Throws:
EaterException
EaterExceptionLocated
-
executeDeclareProcedure
public void executeDeclareProcedure(TContext context, TMemory memory, StringLocated s) throws EaterException, EaterExceptionLocated - Throws:
EaterException
EaterExceptionLocated
-